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: [email protected]
Reporter: [email protected]
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.