Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Apr 2023 17:34:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 270607] if_bridge: net.link.bridge.inherit_mac doesn't quite work
Message-ID:  <bug-270607-7501-1W8HS1rU8l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270607-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270607-7501@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #9 from punkt.de Hosting Team <mops@punkt.de> ---
Just adding some proof:

# freebsd-version
13.1-RELEASE-p7
# kldstat | grep bridge
# sysctl net.link.bridge
sysctl: unknown oid 'net.link.bridge'
# ifconfig bridge0 create
# kldstat | grep bridge
34    1 0xffffffff8301e000     7638 if_bridge.ko
35    1 0xffffffff83026000     50d8 bridgestp.ko
# sysctl net.link.bridge
net.link.bridge.ipfw: 0
net.link.bridge.allow_llz_overlap: 0
net.link.bridge.inherit_mac: 0
net.link.bridge.log_stp: 0
net.link.bridge.pfil_local_phys: 0
net.link.bridge.pfil_member: 1
net.link.bridge.ipfw_arp: 0
net.link.bridge.pfil_bridge: 1
net.link.bridge.pfil_onlyip: 1
#

The behavior which I claimed happens during the boot process follows from t=
hat.
The interfaces are brought up after /etc/sysctl.conf is applied, so no brid=
ge,
hence no kmod, hence no sysctl.

Kind regards,
Patrick

--=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-7501-1W8HS1rU8l>