Ubuntu being event based, we don't use the allow magic to bring up the interfaces.
The way it works in Ubuntu is that the first interface to come up will bring the bond along with it, so you'd usually do: ifdown eth1 ifdown eth0 ifdown bond0 ifup eth0 ifup eth1 ifup bond0 The order is pretty important as bringing up the bond before any slave will make it hang and wait for a slave to join. I'll update the documentation to remove the allow- section. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073820 Title: ifdown/ifup of bond interface does not add slaves To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ifenslave-2.6/+bug/1073820/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
