diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:40:31 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:40:31 +0100 |
commit | 2d11378b6a03462319276033b11d4ba51d6f0ded (patch) | |
tree | eb21582d4fd0f3d1a698b2b7b583f18e48f70a22 /docs/_include/interface-dhcpv6-prefix-delegation.txt | |
parent | f293c1d880af2889e5e5cdd54a18779d9f755c73 (diff) | |
download | vyos-documentation-2d11378b6a03462319276033b11d4ba51d6f0ded.tar.gz vyos-documentation-2d11378b6a03462319276033b11d4ba51d6f0ded.zip |
_include files: fix lint errors
Diffstat (limited to 'docs/_include/interface-dhcpv6-prefix-delegation.txt')
-rw-r--r-- | docs/_include/interface-dhcpv6-prefix-delegation.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/_include/interface-dhcpv6-prefix-delegation.txt b/docs/_include/interface-dhcpv6-prefix-delegation.txt index 6a001949..1ef94c14 100644 --- a/docs/_include/interface-dhcpv6-prefix-delegation.txt +++ b/docs/_include/interface-dhcpv6-prefix-delegation.txt @@ -1,7 +1,8 @@ **DHCPv6 Prefix Delegation (PD)** VyOS 1.3 (equuleus) supports DHCPv6-PD (:rfc:`3633`). DHCPv6 Prefix Delegation -is supported by most ISPs who provide native IPv6 for consumers on fixed networks. +is supported by most ISPs who provide native IPv6 for consumers on fixed +networks. .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var5 }} {{ var6 }} dhcpv6-options pd <id> length <length> @@ -20,7 +21,8 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 length 56 .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} - {{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee> address <address> + {{ var5 }} {{ var6 }} dhcpv6-options pd <id> interface <delegatee> + address <address> Specify the interface address used locally on the interfcae where the prefix has been delegated to. ID must be a decimal integer. @@ -29,10 +31,15 @@ is supported by most ISPs who provide native IPv6 for consumers on fixed network complete interface address. The default is to use the EUI-64 address of the interface. + .. stop_vyoslinter + Example: Delegate a /64 prefix to interface eth8 which will use a local address on this router of ``<prefix>::ffff``, as the address 65534 will correspond to ``ffff`` in hexadecimal notation. + .. start_vyoslinter + + .. code-block:: none set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} dhcpv6-options pd 0 interface eth8 address 65534 |