Merge lp:~clint-fewbar/ubuntu/lucid/ipvsadm/fix-activeconns-report into lp:ubuntu/lucid/ipvsadm

Proposed by Clint Byrum
Status: Merged
Merge reported by: Dustin Kirkland 
Merged at revision: not available
Proposed branch: lp:~clint-fewbar/ubuntu/lucid/ipvsadm/fix-activeconns-report
Merge into: lp:ubuntu/lucid/ipvsadm
Diff against target: 41 lines (+10/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
libipvs/libipvs.c (+1/-1)
To merge this branch: bzr merge lp:~clint-fewbar/ubuntu/lucid/ipvsadm/fix-activeconns-report
Reviewer Review Type Date Requested Status
Dustin Kirkland  Approve
Ubuntu Development Team Pending
Review via email: mp+41252@code.launchpad.net

Description of the change

SRU to lucid, identical to natty version.

Not sure about the patch revision.. since natty and lucid had the same version. Should it just be the exact same version as the one from natty rather than $VER.1 as I've done in the MP? Seems like that would be the case.

Please advise on that, otherwise it has been built and smoke tested on a lucid schroot. I did not repeat the entire test case as I do not have a lucid server to test on.

To post a comment you must log in.
8. By Clint Byrum

fixing version to be lower than natty

Revision history for this message
Dustin Kirkland  (kirkland) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2009-11-10 07:35:04 +0000
+++ debian/changelog 2010-11-22 23:17:33 +0000
@@ -1,3 +1,10 @@
1ipvsadm (1:1.25.clean-1ubuntu0.1) lucid-proposed; urgency=low
2
3 * libipvs/libipvs.c: upstream patch (r64) to fix incorrect activeconns,
4 (Debian bug 574587), (LP: #663564)
5
6 -- Clint Byrum <clint@ubuntu.com> Mon, 22 Nov 2010 15:13:04 -0800
7
1ipvsadm (1:1.25.clean-1) unstable; urgency=low8ipvsadm (1:1.25.clean-1) unstable; urgency=low
29
3 * New upstream version (Closes: #540423)10 * New upstream version (Closes: #540423)
411
=== modified file 'debian/control'
--- debian/control 2009-11-10 07:35:04 +0000
+++ debian/control 2010-11-22 23:17:33 +0000
@@ -1,7 +1,8 @@
1Source: ipvsadm1Source: ipvsadm
2Section: net2Section: net
3Priority: extra3Priority: extra
4Maintainer: Alexander Wirt <formorer@debian.org>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Alexander Wirt <formorer@debian.org>
5Standards-Version: 3.8.36Standards-Version: 3.8.3
6Build-Depends: debhelper (>= 5), libpopt-dev, po-debconf, libnl-dev7Build-Depends: debhelper (>= 5), libpopt-dev, po-debconf, libnl-dev
78
89
=== modified file 'libipvs/libipvs.c'
--- libipvs/libipvs.c 2009-11-10 07:35:04 +0000
+++ libipvs/libipvs.c 2010-11-22 23:17:33 +0000
@@ -747,7 +747,7 @@
747 d->entrytable[i].l_threshold = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_L_THRESH]);747 d->entrytable[i].l_threshold = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_L_THRESH]);
748 d->entrytable[i].activeconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_ACTIVE_CONNS]);748 d->entrytable[i].activeconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_ACTIVE_CONNS]);
749 d->entrytable[i].inactconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_INACT_CONNS]);749 d->entrytable[i].inactconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_INACT_CONNS]);
750 d->entrytable[i].activeconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_PERSIST_CONNS]);750 d->entrytable[i].persistconns = nla_get_u32(dest_attrs[IPVS_DEST_ATTR_PERSIST_CONNS]);
751 d->entrytable[i].af = d->af;751 d->entrytable[i].af = d->af;
752752
753 if (ipvs_parse_stats(&(d->entrytable[i].stats),753 if (ipvs_parse_stats(&(d->entrytable[i].stats),

Subscribers

People subscribed via source and target branches

to all changes: