diff options
author | whyrlpool <26317568+whyrlpool@users.noreply.github.com> | 2024-07-04 14:12:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 14:12:13 +0100 |
commit | d65bc2bbb0819f8acc9517a1cb97752024a8f5b9 (patch) | |
tree | 14bd448e64e00586a81ce3c5f8426cc6f1ae2fa0 /docs/configuration | |
parent | aa526355b2155a42dff2833aca78dc64c13deec8 (diff) | |
download | vyos-documentation-d65bc2bbb0819f8acc9517a1cb97752024a8f5b9.tar.gz vyos-documentation-d65bc2bbb0819f8acc9517a1cb97752024a8f5b9.zip |
proofread bridge interface
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/bridge.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/configuration/interfaces/bridge.rst b/docs/configuration/interfaces/bridge.rst index e69a6e26..5e79107b 100644 --- a/docs/configuration/interfaces/bridge.rst +++ b/docs/configuration/interfaces/bridge.rst @@ -1,4 +1,4 @@ -:lastproofread: 2021-06-30 +:lastproofread: 2024-07-04 .. _bridge-interface: @@ -155,9 +155,8 @@ VLAN Options native-vlan <vlan-id> Set the native VLAN ID flag of the interface. When a data packet without a - VLAN tag enters the port, the data packet will be forced to add a tag of a - specific vlan id. When the vlan id flag flows out, the tag of the vlan id - will be stripped + VLAN tag enters the port, the data packet will have a specific vlan id added + to it. When the packet flows out, the native vlan tag will be stripped. Example: Set `eth0` member port to be native VLAN 2 |