Page MenuHomeFreeBSD

if_vlan: allow vlan and vlanproto to be changed
ClosedPublic

Authored by kp on Jul 19 2022, 2:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 11, 2:25 PM
Unknown Object (File)
Tue, Aug 11, 2:25 PM
Unknown Object (File)
Tue, Aug 11, 2:24 PM
Unknown Object (File)
Sun, Jul 26, 4:44 AM
Unknown Object (File)
Sat, Jul 25, 2:41 PM
Unknown Object (File)
Jun 26 2026, 12:17 AM
Unknown Object (File)
Jun 25 2026, 9:11 PM
Unknown Object (File)
Jun 24 2026, 6:16 AM

Details

Summary

It's currently not possible to change the vlan ID or vlan protocol (i.e.
802.1q vs. 802.1ad) without de-configuring the interface (i.e. ifconfig
vlanX -vlandev).
Add a specific flow for this, allowing both the protocol and id (but not
parent interface) to be changed without going through the '-vlandev'
step.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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