diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:29:41 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-10 21:29:41 +0100 |
commit | ab3552884ee1c5560fb37c5deb5e4ee1662f20bc (patch) | |
tree | eddcbd8b522a9e2d6a6e32238d4c0d723ea03b5a /docs/_include/interface-common-with-dhcp.txt | |
parent | 861225aba395884eb91f61117b7a1bcf91d60798 (diff) | |
download | vyos-documentation-ab3552884ee1c5560fb37c5deb5e4ee1662f20bc.tar.gz vyos-documentation-ab3552884ee1c5560fb37c5deb5e4ee1662f20bc.zip |
interface: document dhcp(v6)-options on CLI
Diffstat (limited to 'docs/_include/interface-common-with-dhcp.txt')
-rw-r--r-- | docs/_include/interface-common-with-dhcp.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/docs/_include/interface-common-with-dhcp.txt b/docs/_include/interface-common-with-dhcp.txt index 585951b3..1fe38a92 100644 --- a/docs/_include/interface-common-with-dhcp.txt +++ b/docs/_include/interface-common-with-dhcp.txt @@ -2,10 +2,18 @@ :var0: {{ var0 }} :var1: {{ var1 }} +.. cmdinclude:: ../_include/interface-common.txt + :var0: {{ var0 }} + :var1: {{ var1 }} + +**DHCP** + .. cmdinclude:: ../_include/interface-dhcp-options.txt :var0: {{ var0 }} :var1: {{ var1 }} -.. cmdinclude:: ../_include/interface-common.txt +**DHCPv6** + +.. cmdinclude:: ../_include/interface-dhcpv6-options.txt :var0: {{ var0 }} :var1: {{ var1 }} |