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)
Dec 10 2024, 1:20 PM
Unknown Object (File)
Dec 9 2024, 5:22 PM
Unknown Object (File)
Nov 29 2024, 5:32 AM
Unknown Object (File)
Nov 27 2024, 4:22 AM
Unknown Object (File)
Nov 21 2024, 8:43 AM
Unknown Object (File)
Nov 18 2024, 5:23 PM
Unknown Object (File)
Nov 6 2024, 12:38 PM
Unknown Object (File)
Sep 27 2024, 12:26 PM

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