Package: ifenslave-2.6
Version: 1.1.0-11
Severity: important
Tags: patch

Hi!

Here is my configuration :
auto  cdb
iface cdb inet manual
   slaves      eth3 eth4
    bond_mode   balance-xor
    bond_miimon 100
    bond_xmit_hash_policy layer3+4

When doing ifup, eth4 stays down. Here is a patch to put the slave
"up" after enslaving it.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

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

ifenslave-2.6 suggests no packages.

-- no debconf information
--- debian/up~  2009-02-11 07:12:25.000000000 +0100
+++ debian/up   2009-02-18 14:59:40.000000000 +0100
@@ -29,6 +29,7 @@
                                else
                                        ifconfig "$slave" down
                                        $IFENSLAVE "$IFACE" "$slave"
+                                       ifconfig "$slave" up
                                fi
                done
 fi

Reply via email to