mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-11-03 04:12:03 +01:00
Fixed Example
Example syntax did not work.
This commit is contained in:
parent
b6ffe89000
commit
d354ad2a0a
@ -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