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
Unknown Object (File)
Tue, Sep 24, 7:02 AM
Unknown Object (File)
Mon, Sep 9, 12:37 PM
Unknown Object (File)
Wed, Sep 4, 4:35 AM
Unknown Object (File)
Sun, Sep 1, 10:40 PM
Unknown Object (File)
Sep 1 2024, 1:44 AM
Unknown Object (File)
Aug 10 2024, 11:53 AM
Unknown Object (File)
Aug 10 2024, 7:47 AM
Unknown Object (File)
Jul 22 2024, 9:40 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