Date: Sun, 02 Apr 2023 19:39:05 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work Message-ID: <bug-270607-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270607 Bug ID: 270607 Summary: if_bridge: net.link.bridge.inherit_mac doesn't quite work Product: Base System Version: 13.1-STABLE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rb@gid.co.uk With net.link.bridge.inherit_mac set to 1, when a bridge is created via rc.conf eg: cloned_interfaces="bridge0" ifconfig_bridge0="addm igb1 addm igb2 10.0.0.65 netmask 255.255.255.0 " ifconfig_igb1="up" ifconfig_igb2="up" the MAC address of igb1 is not applied to the bridge. Using: ifconfig bridge0 create addm igb1 addm igb2 10.0.0.65 netmask 255.255.255.0 the MAC address is inherited as expected. -- You are receiving this mail because: You are the assignee for the bug.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270607-227>
