Bug#990428: ifenslave: Bonding not working on bullseye (using bond-slaves config)

2021-06-28 Thread Claudio Kuenzler
Package: ifenslave Version: 2.12 Severity: important Dear Maintainer, Bonding on Debian 11 Bullseye is not working, when using "bond-slaves int1 int2" syntax on the bonding interface. However it seems to work, when defining bonding the other way around using "bond-master bond1" on the interface

Bug#990428: Additional information

2021-06-28 Thread Claudio Kuenzler
Non-working bonding config in /etc/network/interfaces: auto enp4s0f0 iface enp4s0f0 inet manual auto enp4s0f1 iface enp4s0f1 inet manual auto bond1 iface bond1 inet static address 192.168.12.4/24 gateway 192.168.12.1 slaves enp4s0f0 enp4s0f1 bond-mode 802.3ad bond-miimon 100 bond-dow

Bug#990428: ifenslave: Bonding not working on bullseye (using bond-slaves config)

2021-09-01 Thread Claudio Kuenzler
> In your case you could simply remove the stanzas for enp4s0f0 and enp4s0f1 > which would leave you with just the stanza for bond1: > iface bond1 inet static > bond-slaves enp4s0f0 enp4s0f1 Thank you Oleander. It works with this hint (the physical interfaces were left out of the config). Work