https://bugzilla.suse.com/show_bug.cgi?id=1176026
Bug ID: 1176026 Summary: bond interface should not invent mac address by default Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: ro@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: ---
since 5.8.4 (unsure about last digit):
when setting up a bond if kernel chooses a random mac removing and readding the slave gets back to the used behaviour:
obs-arm-1:~ # modprobe bonding 3: enP2p1s0v1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 1c:1b:0d:60:ee:8b brd ff:ff:ff:ff:ff:ff 7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 9e:29:55:da:aa:0e brd ff:ff:ff:ff:ff:ff obs-arm-1:~ # echo +enP2p1s0v1 > /sys/class/net/bond0/bonding/slaves 7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 9e:29:55:da:aa:0e brd ff:ff:ff:ff:ff:ff obs-arm-1:~ # echo -enP2p1s0v1 > /sys/class/net/bond0/bonding/slaves obs-arm-1:~ # echo +enP2p1s0v1 > /sys/class/net/bond0/bonding/slaves 7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 1c:1b:0d:60:ee:8b brd ff:ff:ff:ff:ff:ff
https://bugzilla.suse.com/show_bug.cgi?id=1176026 https://bugzilla.suse.com/show_bug.cgi?id=1176026#c1
Miroslav Bene�� mbenes@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mbenes@suse.com
--- Comment #1 from Miroslav Bene�� mbenes@suse.com --- It has been a while. Is it still a problem with the latest TW kernel?
https://bugzilla.suse.com/show_bug.cgi?id=1176026 https://bugzilla.suse.com/show_bug.cgi?id=1176026#c2
Jiri Slaby jslaby@suse.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Assignee|kernel-bugs@opensuse.org |denis.kirjanov@suse.com
--- Comment #2 from Jiri Slaby jslaby@suse.com --- I suppose so, but it might work be designed.