summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorrbroderi <richard.broderick@gmail.com>2019-09-25 19:36:18 -0400
committerGitHub <noreply@github.com>2019-09-25 19:36:18 -0400
commitd354ad2a0aa36e2234e4553410c22683a70aa1b9 (patch)
tree1b92df13d17fa0d8e4bb2a056a97905f2df0eb83 /docs/interfaces
parentb6ffe890003bcaab1dcb0eaefcb6762d0069f1ac (diff)
downloadvyos-documentation-d354ad2a0aa36e2234e4553410c22683a70aa1b9.tar.gz
vyos-documentation-d354ad2a0aa36e2234e4553410c22683a70aa1b9.zip
Fixed Example
Example syntax did not work.
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/bridging.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/interfaces/bridging.rst b/docs/interfaces/bridging.rst
index 7fb20e0a..e42d76ad 100644
--- a/docs/interfaces/bridging.rst
+++ b/docs/interfaces/bridging.rst
@@ -10,8 +10,9 @@ 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 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
normal interface.