From edc15b1537b66ba47495a5440893914352077734 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Aug 2020 00:45:23 +0200 Subject: pppoe: dhcpv6-pd: adjust to new CLI --- docs/interfaces/pppoe.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/interfaces/pppoe.rst b/docs/interfaces/pppoe.rst index d58943b8..ae6b11cc 100644 --- a/docs/interfaces/pppoe.rst +++ b/docs/interfaces/pppoe.rst @@ -173,14 +173,17 @@ Prefix Delegation (DHCPv6-PD) VyOS 1.3 (equuleus) supports DHCPv6-PD. DHCPv6 Prefix Delegation is supported by most ISPs who provide native IPv6 for consumers on fixed networks. -.. cfgcmd:: set interfaces pppoe dhcpv6-option prefix-delegation length +.. cfgcmd:: set interfaces pppoe dhcpv6-option pd length Some ISPs by default only delegate a /64 prefix. To request for a specific - prefix size use this option to request for a bigger delegation. This value + prefix size use this option to request for a bigger delegation for this pd + ``. This value is in the range from 32 - 64 so you could request up to /32 down to a /64 delegation. -.. cfgcmd:: set interfaces pppoe dhcpv6-option prefix-delegation interface address + Default value is 64. + +.. cfgcmd:: set interfaces pppoe dhcpv6-option pd interface address This statement specifies the interface address used locally on the interfcae where the prefix has been delegated to. ID must be a decimal integer. @@ -193,7 +196,7 @@ by most ISPs who provide native IPv6 for consumers on fixed networks. Using `` value 65535 will assign IPv6 address ::ffff to the interface. -.. cfgcmd:: set interfaces pppoe dhcpv6-option prefix-delegation interface sla-id +.. cfgcmd:: set interfaces pppoe dhcpv6-option pd interface sla-id This statement specifies the identifier value of the site-level aggregator (SLA) on the interface. ID must be a decimal number greater then 0 which @@ -202,12 +205,6 @@ by most ISPs who provide native IPv6 for consumers on fixed networks. the two values into a single IPv6 prefix, 2001:db8:ffff:1::/64, and will configure the prefix on the specified interface. -.. cfgcmd:: set interfaces pppoe dhcpv6-option prefix-delegation interface sla-len - - This statement specifies the length of the SLA ID in bits. `` must be a - decimal number between 0 and 128. If the length is not specified by this - statement, the default value 16 will be used. - Operation ========= -- cgit v1.2.3