On Wed, Apr 29, 2020 at 09:21:19AM +0200, Gilles Mocellin wrote:

> Package: ifupdown
> Version: 0.8.35+b1
> Severity: normal
> 
> Dear Maintainer,
> 
> The ifenslave package does not provides ifenslave command anymore
> (starting from 2.10), bonding interface needs to be done with iproute2 :
> # ip link set enp6s0 master bond0
> 
> I think ifupdown uses ifenslave command, because my system does not
> bring my bond anymore.

Hello Gilles,

The ifupdown package itself doesn't provide support for bonding at all,
it is the ifenslave package itself which provides that support. Nothing
should be calling the ifenslave binary anymore.

> # The primary network interface
> auto enp6s0
> iface enp6s0 inet manual
>   ethernet-wol g
> #  offload-lro off
> #  offload-gro off
> 
> auto enp7s0
> iface enp7s0 inet manual
>   ethernet-wol g
> #  offload-lro off
> #  offload-gro off
> 
> auto bond0
> iface bond0 inet manual
>   bond-slaves enp6s0 enp7s0
>   bond-mode balance-alb
>   bond-miimon 100
>   mtu 9000

Hm, that looks fine. Can you try to run:

sudo ifdown -v bond0
sudo ifup -v bond0

And send me a copy of the output? Hopefully that will help narrow down
the issue. Another thing to try is to remove "bond-slaves enp6s0 enp7s0"
from the bond0 stanza, and instead add "bond-master bond0" to the enp6s0
and enp7s0 stanzas.

-- 
Met vriendelijke groet / with kind regards,
      Guus Sliepen <g...@debian.org>

Attachment: signature.asc
Description: PGP signature

Reply via email to