diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 20:39:39 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 20:39:39 +0100 |
commit | a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df (patch) | |
tree | 100ddfabf52ce625d2cb2f8b5c67edc2ec70ee1f /docs/interfaces/bridge.rst | |
parent | be6c3c1624174c5762a1349e31111d34db642767 (diff) | |
download | vyos-documentation-a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df.tar.gz vyos-documentation-a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df.zip |
interfaces: introduce new common-with|without-dhcp include
Now we have one single include dealing with all the common interface
stuff which is present on every interface.
Diffstat (limited to 'docs/interfaces/bridge.rst')
-rw-r--r-- | docs/interfaces/bridge.rst | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/docs/interfaces/bridge.rst b/docs/interfaces/bridge.rst index ec946041..a880c023 100644 --- a/docs/interfaces/bridge.rst +++ b/docs/interfaces/bridge.rst @@ -20,19 +20,7 @@ Configuration Common interface configuration ------------------------------ -.. cmdinclude:: ../_include/interface-address-with-dhcp.txt - :var0: bridge - :var1: br0 - -.. cmdinclude:: ../_include/interface-description.txt - :var0: bridge - :var1: br0 - -.. cmdinclude:: ../_include/interface-ipv6-addr-autoconf.txt - :var0: bridge - :var1: br0 - -.. cmdinclude:: ../_include/interface-ipv6-addr-eui64.txt +.. cmdinclude:: ../_include/interface-common-with-dhcp.txt :var0: bridge :var1: br0 @@ -40,7 +28,6 @@ Common interface configuration MAC address aging `<time`> in seconds (default: 300). - .. cfgcmd:: set interfaces bridge <interface> max-age <time> Bridge maximum aging `<time>` in seconds (default: 20). |