Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270607

            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=3D"bridge0"
ifconfig_bridge0=3D"addm igb1 addm igb2 10.0.0.65 netmask 255.255.255.0 "
ifconfig_igb1=3D"up"
ifconfig_igb2=3D"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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270607-227>