Fixed Example

Example syntax did not work.
This commit is contained in:
rbroderi 2019-09-25 19:36:18 -04:00 committed by GitHub
parent b6ffe89000
commit d354ad2a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.