summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorkroy <kroy@kroy.io>2019-10-30 14:14:10 -0500
committerkroy <kroy@kroy.io>2019-10-30 14:14:10 -0500
commitf81071bf2bb217f6924dfff62c7e439def91574d (patch)
treef87c7dc185cb5f5650e7fd160aaf6252a65fb2dd /docs/interfaces
parent9b5f3042ef766eb591f5595840c18a0c382cd8b7 (diff)
downloadvyos-documentation-f81071bf2bb217f6924dfff62c7e439def91574d.tar.gz
vyos-documentation-f81071bf2bb217f6924dfff62c7e439def91574d.zip
[Bridging]: Fixing bad example
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/bridging.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/interfaces/bridging.rst b/docs/interfaces/bridging.rst
index e42d76ad..0adc9263 100644
--- a/docs/interfaces/bridging.rst
+++ b/docs/interfaces/bridging.rst
@@ -10,8 +10,8 @@ we will be creating a bridge for VLAN 100 and assigning a VIF to the bridge.
.. code-block:: sh
set interfaces bridge 'br100'
- ~~set interfaces ethernet eth1 vif 100 bridge-group bridge br100~~
- set interfaces bridge br100 member interface eth1
+ set interfaces ethernet eth1 vif 100
+ set interfaces bridge br100 member interface eth1.100
Interfaces assigned to a bridge-group do not have address configuration. An IP
address can be assigned to the bridge interface itself, however, like any
@@ -34,9 +34,6 @@ Example Result:
ethernet eth1 {
[...]
vif 100 {
- bridge-group {
- bridge br100
- }
}
}