summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-07 21:53:09 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-07 21:53:09 +0100
commit0de54083437d84cb678d7d2676e6a2128e6baad4 (patch)
tree5f4ad3a7d49858e02887c63325920864ae5928f1 /docs/interfaces
parentd7f81e784e8919cd93cfd735fac859ec2f141a54 (diff)
downloadvyos-documentation-0de54083437d84cb678d7d2676e6a2128e6baad4.tar.gz
vyos-documentation-0de54083437d84cb678d7d2676e6a2128e6baad4.zip
Revert "[Bridging]: Fixing bad example"
This reverts commit f81071bf2bb217f6924dfff62c7e439def91574d.
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/bridging.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/interfaces/bridging.rst b/docs/interfaces/bridging.rst
index 0adc9263..e42d76ad 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
- set interfaces bridge br100 member interface eth1.100
+ ~~set interfaces ethernet eth1 vif 100 bridge-group bridge br100~~
+ set interfaces bridge br100 member interface eth1
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,6 +34,9 @@ Example Result:
ethernet eth1 {
[...]
vif 100 {
+ bridge-group {
+ bridge br100
+ }
}
}