diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-05 17:49:53 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-05 17:49:53 +0100 |
commit | 1b94384a0e27e8895f900996a041a189f9ea7756 (patch) | |
tree | 611c8aeb2b6fc9080d6fb831ed5584727cc49625 | |
parent | d31795ccfab0e2fddf3b448c55c8666529fc6431 (diff) | |
download | vyos-documentation-1b94384a0e27e8895f900996a041a189f9ea7756.tar.gz vyos-documentation-1b94384a0e27e8895f900996a041a189f9ea7756.zip |
pppoe: add configuration command for SLAAC adressing
-rw-r--r-- | docs/interfaces/pppoe.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/interfaces/pppoe.rst b/docs/interfaces/pppoe.rst index d6d503ab..8a7f027f 100644 --- a/docs/interfaces/pppoe.rst +++ b/docs/interfaces/pppoe.rst @@ -162,6 +162,11 @@ IPv6 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 + autoconfig (SLAAC). + Operation ========= |