diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-24 00:23:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-24 00:23:58 +0200 |
commit | e30043bfe346d2d3319ded823b460f1f477a778c (patch) | |
tree | 7bec4c677a4dad4a2b7f066a753c5ca09962b982 | |
parent | bf5054c1a9154d31bc9ee00a16b233245037d7df (diff) | |
download | vyos-documentation-e30043bfe346d2d3319ded823b460f1f477a778c.tar.gz vyos-documentation-e30043bfe346d2d3319ded823b460f1f477a778c.zip |
Update bridging.rst
-rw-r--r-- | docs/interfaces/bridging.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/interfaces/bridging.rst b/docs/interfaces/bridging.rst index 8d9c905e..30ece53d 100644 --- a/docs/interfaces/bridging.rst +++ b/docs/interfaces/bridging.rst @@ -10,8 +10,7 @@ we will be creating a bridge for VLAN 100 and assigning a VIF to the bridge. .. code-block:: none set interfaces bridge 'br100' - ~~set interfaces ethernet eth1 vif 100 bridge-group bridge br100~~ - set interfaces bridge br100 member interface eth1 + set interfaces ethernet eth1 vif 100 bridge-group bridge br100 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 |