[Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Apr 2023 19:39:05 UTC
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.