Page MenuHomeFreeBSD

ifconfig: add static bridge addresses for vlan 0, not 1
ClosedPublic

Authored by kp on Oct 13 2023, 12:37 PM.
Tags
None
Referenced Files
F131872106: D42188.diff
Sat, Oct 11, 8:57 PM
Unknown Object (File)
Thu, Oct 2, 11:54 AM
Unknown Object (File)
Thu, Sep 18, 9:27 PM
Unknown Object (File)
Thu, Sep 18, 2:12 PM
Unknown Object (File)
Wed, Sep 17, 1:00 PM
Unknown Object (File)
Tue, Sep 16, 6:35 PM
Unknown Object (File)
Sat, Sep 13, 12:15 AM
Unknown Object (File)
Sep 7 2025, 6:24 AM
Subscribers

Details

Summary

Since fd7edfcdc3 ("bridge: fix lookup for untagged packets in
bridge_transmit()") and b0e38a1373 ("bridge: distinguish no vlan and
vlan 1") we do a better job of distinguishing between untagged and VLAN
1 traffic.

However, ifconfig still defaulted to adding addresses for VLAN 1, rather
than for untagged traffic. Change this to be the most common (i.e.
untagged) option.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable