summaryrefslogtreecommitdiff
path: root/docs/interfaces
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-11-09 21:30:06 +0100
committerrebortg <github@ghlr.de>2020-11-09 21:30:06 +0100
commit58b3a577e5386e52ccfade8c5d9c3d5bc36f2839 (patch)
treecdb533f4013bf133d77eb0ebe2608a0f8fbcf44f /docs/interfaces
parentc46473a849f20f8587b37ce5996979ea686685fa (diff)
downloadvyos-documentation-58b3a577e5386e52ccfade8c5d9c3d5bc36f2839.tar.gz
vyos-documentation-58b3a577e5386e52ccfade8c5d9c3d5bc36f2839.zip
Bridge: convert address to cmdinclude
Diffstat (limited to 'docs/interfaces')
-rw-r--r--docs/interfaces/bridge.rst24
1 files changed, 3 insertions, 21 deletions
diff --git a/docs/interfaces/bridge.rst b/docs/interfaces/bridge.rst
index a7343a0d..26e67690 100644
--- a/docs/interfaces/bridge.rst
+++ b/docs/interfaces/bridge.rst
@@ -20,27 +20,9 @@ Configuration
Address
-------
-.. cfgcmd:: set interfaces bridge <interface> address <address | dhcp |
- dhcpv6>
-
- Configure interface `<interface>` with one or more interface
- addresses.
-
- * **address** can be specified multiple times as IPv4 and/or IPv6
- address, e.g. 192.0.2.1/24 and/or 2001:db8::1/64
- * **dhcp** interface address is received by DHCP from a DHCP server
- on this segment.
- * **dhcpv6** interface address is received by DHCPv6 from a DHCPv6
- server on this segment.
-
- Example:
-
- .. code-block:: none
-
- set interfaces bridge br0 address 192.0.2.1/24
- set interfaces bridge br0 address 192.0.2.2/24
- set interfaces bridge br0 address 2001:db8::ffff/64
- set interfaces bridge br0 address 2001:db8:100::ffff/64
+.. cmdinclude:: ../_include/interface-address.txt
+ :var0: bridge
+ :var1: br0
.. cfgcmd:: set interfaces bridge <interface> ipv6 address autoconf