Can verify this bug on a single host (VM) using the dummy driver:
modprobe dummy
ip link add dummy0 type dummy
ip link add dummy1 type dummy
ip link set dummy0 down
ip link set dummy1 down
ip link set dummy0 master bond-test
ip link set dummy1 master bond-test
ip link set dummy0 up
ip link set dummy1 up
ip link set bond-test up
ip addr add 10.99.99.1/24 dev bond-test
ip -br -c a
...
dummy0 UNKNOWN
dummy1 UNKNOWN
bond-test UP 10.99.99.1/24 fe80::64f9:8cff:fe9b:487/64
cat /proc/net/bonding/bond-test
Ethernet Channel Bonding Driver: v6.8.0-117-generic
Bonding Mode: fault-tolerance (broadcast)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Peer Notification Delay (ms): 0
Slave Interface: dummy0
MII Status: up
Speed: Unknown
Duplex: Unknown
Link Failure Count: 0
Permanent HW addr: 36:6d:e8:62:40:bd
Slave queue ID: 0
Slave Interface: dummy1
MII Status: up
Speed: Unknown
Duplex: Unknown
Link Failure Count: 0
Permanent HW addr: 7a:8c:68:41:64:81
Slave queue ID: 0
ip -s link show bond-test
5: bond-test: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue
state UP mode DEFAULT group default qlen 1000
link/ether 66:f9:8c:9b:04:87 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 9 0 0
ping -c3 10.99.99.2
PING 10.99.99.2 (10.99.99.2) 56(84) bytes of data.
From 10.99.99.1 icmp_seq=1 Destination Host Unreachable
From 10.99.99.1 icmp_seq=2 Destination Host Unreachable
From 10.99.99.1 icmp_seq=3 Destination Host Unreachable
--- 10.99.99.2 ping statistics ---
3 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2045ms
ip -s link show bond-test
5: bond-test: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue
state UP mode DEFAULT group default qlen 1000
link/ether 66:f9:8c:9b:04:87 brd ff:ff:ff:ff:ff:ff
RX: bytes packets errors dropped missed mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collsns
0 0 0 12 0 0
All frames sent via mode 3 are dropped.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2153556
Title:
Kernel regression (6.8.0-117.generic)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2153556/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs