diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-07-08 12:06:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-08 12:06:11 +0100 |
commit | f5b5fcf2b898ab023dda0c17bc823ebd865c7519 (patch) | |
tree | 96c6562db0a27c21bac9db090908d3d039156b20 /docs/configuration/interfaces/bridge.rst | |
parent | 0dd8ce66227efad1735b9de71f4661d3d17f895c (diff) | |
parent | 41a16e895114a622f3253f3950aa90fcd2adced6 (diff) | |
download | vyos-documentation-f5b5fcf2b898ab023dda0c17bc823ebd865c7519.tar.gz vyos-documentation-f5b5fcf2b898ab023dda0c17bc823ebd865c7519.zip |
Merge pull request #1501 from whyrlpool/patch-3
proofread interface documentation
Diffstat (limited to 'docs/configuration/interfaces/bridge.rst')
-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 |