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.


-- Package-specific info:
--- /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# 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

auto br0
iface br0 inet static
  bridge_ports bond0
  bridge_fd 0
  bridge_stp off
  address 10.0.0.1
  netmask 255.255.255.0
  gateway 10.0.0.4
  dns-nameservers 10.0.0.4
  dns-search pastis21.loc
  up ip r a 213.163.183.90 via 10.0.0.4
  down ip r r 213.163.183.90 via 10.0.0.4

# Interface Wifi
#allow-hotplug wlan0
#iface wlan0 inet dhcp
#       wpa-conf /etc/wpa_supplicant.conf

--- up and down scripts installed:
/etc/network/if-down.d:
total 4
-rwxr-xr-x 1 root root 800 Jan  9  2017 postfix
lrwxrwxrwx 1 root root  32 Mar 24 11:13 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-post-down.d:
total 8
lrwxrwxrwx 1 root root   23 Dec 13 17:00 avahi-daemon -> ../if-up.d/avahi-daemon
lrwxrwxrwx 1 root root   29 Jan 28  2019 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root 1714 Sep 27  2016 ifenslave
-rwxr-xr-x 1 root root  907 Jan 19  2012 vde2
lrwxrwxrwx 1 root root   32 Mar 24 11:13 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-pre-up.d:
total 16
lrwxrwxrwx 1 root root   29 Jan 28  2019 bridge -> /lib/bridge-utils/ifupdown.sh
-rwxr-xr-x 1 root root  344 Jun  7  2010 ethtool
-rwxr-xr-x 1 root root 6417 May  8  2018 ifenslave
-rwxr-xr-x 1 root root 1793 Jan 19  2012 vde2
lrwxrwxrwx 1 root root   32 Mar 24 11:13 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh

/etc/network/if-up.d:
total 16
-rwxr-xr-x 1 root root  484 Mar  6  2013 avahi-daemon
-rwxr-xr-x 1 root root 1685 Sep 22  2014 ethtool
-rwxr-xr-x 1 root root 1741 Sep 27  2016 ifenslave
-rwxr-xr-x 1 root root 1117 Jan  9  2017 postfix
lrwxrwxrwx 1 root root   32 Mar 24 11:13 wpasupplicant -> 
../../wpa_supplicant/ifupdown.sh


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

Kernel: Linux 5.5.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ifupdown depends on:
ii  adduser   3.118
ii  iproute2  5.6.0-1
ii  libc6     2.30-4
ii  lsb-base  11.1.0

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  4.4.1-2.1+b2

Versions of packages ifupdown suggests:
ii  ppp     2.4.7-2+4.1+deb10u1
pn  rdnssd  <none>

-- no debconf information

Reply via email to