mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
Merge pull request #120 from rbroderi/master
Update bridge CLI example syntax
This commit is contained in:
commit
a17c3876d6
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user