diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:22:13 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-12-04 14:22:32 +0100 |
commit | 4178dde02a3966944515e2a02a297167b36fd8fa (patch) | |
tree | 6a09ca63e118d096ba126bb78351841666aa59fb | |
parent | 8281770d1b85c646f27832f48f5ea7976788032c (diff) | |
download | vyos-documentation-4178dde02a3966944515e2a02a297167b36fd8fa.tar.gz vyos-documentation-4178dde02a3966944515e2a02a297167b36fd8fa.zip |
pppoe: T3112: remove "ipv6 enable" cli option
Option is now determined implicitly.
-rw-r--r-- | docs/interfaces/pppoe.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/interfaces/pppoe.rst b/docs/interfaces/pppoe.rst index 313edd84..a7c0048f 100644 --- a/docs/interfaces/pppoe.rst +++ b/docs/interfaces/pppoe.rst @@ -168,10 +168,6 @@ PPPoE options IPv6 ---- -.. cfgcmd:: set interfaces pppoe <interface> ipv6 enable - - Use this command to enable IPv6 support on this PPPoE connection. - .. cfgcmd:: set interfaces pppoe <interface> ipv6 address autoconf Use this command to enable acquisition of IPv6 address using stateless @@ -303,5 +299,4 @@ If you do not know the prefix size delegated to you, start with sla-len 0. 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 ipv6 address autoconf - set interfaces pppoe pppoe0 ipv6 enable set interfaces pppoe pppoe0 source-interface eth1 |