diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 20:02:47 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 20:02:47 +0100 |
commit | b7e61a03f09b93cdaa91a3c6b13d967621483f5c (patch) | |
tree | 1f73da172e4b175beaac3a5fb5cd798579b226f1 /docs/interfaces/common-ip-ipv6-addr.txt | |
parent | 58b3a577e5386e52ccfade8c5d9c3d5bc36f2839 (diff) | |
download | vyos-documentation-b7e61a03f09b93cdaa91a3c6b13d967621483f5c.tar.gz vyos-documentation-b7e61a03f09b93cdaa91a3c6b13d967621483f5c.zip |
interfaces: extend usage of new cmdinclude directive for bridge, bond, eth, peth, vxlan
Commit c46473a ("docs: add ..cmdinclude:: directive") added support for including
common text but only replacing individual labels so there can be source of truth
also for the documentation.
Diffstat (limited to 'docs/interfaces/common-ip-ipv6-addr.txt')
-rw-r--r-- | docs/interfaces/common-ip-ipv6-addr.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/interfaces/common-ip-ipv6-addr.txt b/docs/interfaces/common-ip-ipv6-addr.txt deleted file mode 100644 index f53eaeee..00000000 --- a/docs/interfaces/common-ip-ipv6-addr.txt +++ /dev/null @@ -1,8 +0,0 @@ -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. |