diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-08 23:00:09 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-08 23:00:25 +0200 |
commit | 577c9d68f9c0c953cc4bb7583ed5f27efeaa854c (patch) | |
tree | cd9646cec6323c7594e2833284b4630ce89dc71c | |
parent | fb4e80e78d018aa8da44bca81e503330412125a8 (diff) | |
download | vyos-documentation-577c9d68f9c0c953cc4bb7583ed5f27efeaa854c.tar.gz vyos-documentation-577c9d68f9c0c953cc4bb7583ed5f27efeaa854c.zip |
pppoe: adjust to new prefix-delegation syntax
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index 1bbccc0c..64aca858 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -310,8 +310,8 @@ If you do not know the prefix size delegated to you, start with sla-len 0. set interfaces pppoe pppoe0 authentication user vyos set interfaces pppoe pppoe0 authentication password vyos - set interfaces pppoe pppoe0 dhcpv6-options prefix-delegation interface eth0 address 65535 - set interfaces pppoe pppoe0 dhcpv6-options prefix-delegation interface eth0 sla-id 0 - set interfaces pppoe pppoe0 dhcpv6-options prefix-delegation interface eth0 sla-len 8 + set interfaces pppoe pppoe0 dhcpv6-options pd 0 interface eth0 address '1' + set interfaces pppoe pppoe0 dhcpv6-options pd 0 interface eth0 sla-id '0' + set interfaces pppoe pppoe0 dhcpv6-options pd 0 length '56' set interfaces pppoe pppoe0 ipv6 address autoconf set interfaces pppoe pppoe0 source-interface eth1 |