Your message dated Tue, 29 Jul 2008 12:32:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488732: fixed in ifenslave-2.6 1.1.0-11
has caused the Debian Bug report #488732,
regarding ifenslave-2.6: Please add support for arp_validate etc.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488732
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ifenslave-2.6
Version: 1.1.0-10
Severity: wishlist
Tags: patch


The attached patch against version 1.1.0-10 of ifenslave-2.6 adds
support for the following bonding options:

bond_arp_validate
bond_use_carrier
bond_fail_over_mac

Please consider applying this for your next release.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.24.4 (SMP w/2 CPU cores)
Locale: LANG=da_DK, LC_CTYPE=da_DK (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages ifenslave-2.6 depends on:
ii  libc6                         2.7-12     GNU C Library: Shared libraries

Versions of packages ifenslave-2.6 recommends:
ii  net-tools                     1.60-19    The NET-3 networking toolkit

-- no debconf information
--- ifenslave-2.6-1.1.0/debian/pre-up.orig      2008-06-30 09:32:46.000000000 
+0200
+++ ifenslave-2.6-1.1.0/debian/pre-up   2008-06-30 23:29:58.000000000 +0200
@@ -47,6 +47,9 @@
                if [ "$IF_BOND_MIIMON" ]; then
                        echo "$IF_BOND_MIIMON" > $BOND_PARAMS/miimon
                fi
+               if [ "$IF_BOND_USE_CARRIER" ]; then
+                       echo "$IF_BOND_USE_CARRIER" > $BOND_PARAMS/use_carrier
+               fi
                if [ "$IF_BOND_UPDELAY" ]; then
                        echo "$IF_BOND_UPDELAY" > $BOND_PARAMS/updelay
                fi
@@ -61,6 +64,12 @@
                if [ "$IF_BOND_ARP_INTERVAL" ]; then
                        echo "$IF_BOND_ARP_INTERVAL" > $BOND_PARAMS/arp_interval
                fi
+               if [ "$IF_BOND_ARP_VALIDATE" ]; then
+                       echo "$IF_BOND_ARP_VALIDATE" > $BOND_PARAMS/arp_validate
+               fi
+               if [ "$IF_BOND_FAIL_OVER_MAC" ]; then
+                       echo "$IF_BOND_FAIL_OVER_MAC" > 
$BOND_PARAMS/fail_over_mac
+               fi
                if [ "$IF_BOND_XMIT_HASH_POLICY" ]; then
                        echo "$IF_BOND_XMIT_HASH_POLICY" > 
$BOND_PARAMS/xmit_hash_policy
                fi
--- ifenslave-2.6-1.1.0/debian/README.debian.orig       2008-06-30 
09:32:46.000000000 +0200
+++ ifenslave-2.6-1.1.0/debian/README.debian    2008-06-30 23:33:26.000000000 
+0200
@@ -25,8 +25,8 @@
        bond_primary eth0
 
 This would run the bonding device in active backup mode with eth0 as primary.
-Supported options are bond_mode, bond_miimon, bond_primary, bond_updelay,
-bond_downdelay, bond_arp_ip_target, bond_arp_interval, bond_xmit_hash_policy
-and bond_lacp_rate.
+Supported options are bond_mode, bond_miimon, bond_use_carrier, bond_primary,
+bond_updelay, bond_downdelay, bond_arp_ip_target, bond_arp_interval,
+bond_arp_validate, bond_fail_over_mac, bond_xmit_hash_policy and 
bond_lacp_rate.
 
 Guus Sliepen <[EMAIL PROTECTED]>, Fri, 30 Sep 2005 14:33:06 +0200

--- End Message ---
--- Begin Message ---
Source: ifenslave-2.6
Source-Version: 1.1.0-11

We believe that the bug you reported is fixed in the latest version of
ifenslave-2.6, which is due to be installed in the Debian FTP archive:

ifenslave-2.6_1.1.0-11.diff.gz
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-11.diff.gz
ifenslave-2.6_1.1.0-11.dsc
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-11.dsc
ifenslave-2.6_1.1.0-11_amd64.deb
  to pool/main/i/ifenslave-2.6/ifenslave-2.6_1.1.0-11_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guus Sliepen <[EMAIL PROTECTED]> (supplier of updated ifenslave-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 29 Jul 2008 14:27:16 +0200
Source: ifenslave-2.6
Binary: ifenslave-2.6
Architecture: source amd64
Version: 1.1.0-11
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen <[EMAIL PROTECTED]>
Changed-By: Guus Sliepen <[EMAIL PROTECTED]>
Description: 
 ifenslave-2.6 - Attach and detach slave interfaces to a bonding device
Closes: 488732
Changes: 
 ifenslave-2.6 (1.1.0-11) unstable; urgency=low
 .
   * Apply patch from Rene Larsen adding bond_arp_validate, bond_use_carrier
     and bond_fail_over_mac options to /etc/network/interfaces. Closes: #488732
Checksums-Sha1: 
 70eaaf346540fe580ed22700f5dea04815d79f7e 988 ifenslave-2.6_1.1.0-11.dsc
 902ef1ed51afb8e2c6e1ab43a873e4a42d29ac3a 4713 ifenslave-2.6_1.1.0-11.diff.gz
 a92c271ddeae306a262a5b19c8eb8d51e8191572 13514 ifenslave-2.6_1.1.0-11_amd64.deb
Checksums-Sha256: 
 732c11cdb57828d0f49883edc4a7480f16a8d3bde240f64655c91b7cbe147be3 988 
ifenslave-2.6_1.1.0-11.dsc
 6f6bee1668a464c7d859f7d76e4c78f4e4495254d66f83bbc505edd035c6579b 4713 
ifenslave-2.6_1.1.0-11.diff.gz
 d23575850c8f9fd42cea847a8a0118fb43f9cc1b15a320c14d46f77d304f44a6 13514 
ifenslave-2.6_1.1.0-11_amd64.deb
Files: 
 a4d7a5a691bc42141a5b0eb24a05f685 988 net optional ifenslave-2.6_1.1.0-11.dsc
 9e967969f5fb2f5a988d268967d40513 4713 net optional 
ifenslave-2.6_1.1.0-11.diff.gz
 09c19faa7b405eb5ab0a2e930cd978cf 13514 net optional 
ifenslave-2.6_1.1.0-11_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkiPDP0ACgkQAxLow12M2nszEQCfa+A5ldMwfiRd7Am7lDf3Lpmu
3gIAoIXtSxLlTcpVbzYfvNsGDLD5rzjY
=FatJ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to