Merge pull request #120 from rbroderi/master

Update bridge CLI example syntax
This commit is contained in:
Daniil Baturin 2019-09-26 06:44:34 +07:00 committed by GitHub
commit a17c3876d6
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.