diff options
author | rebortg <github@ghlr.de> | 2020-12-11 22:40:02 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-11 22:40:02 +0100 |
commit | f293c1d880af2889e5e5cdd54a18779d9f755c73 (patch) | |
tree | 46f148f28c6bca4c7440c23b87fb5c26937e2812 /docs/configuration/interfaces/pppoe.rst | |
parent | 7a85ac512aadf03eb73242355757ca7184e17674 (diff) | |
download | vyos-documentation-f293c1d880af2889e5e5cdd54a18779d9f755c73.tar.gz vyos-documentation-f293c1d880af2889e5e5cdd54a18779d9f755c73.zip |
interfaces: fix lint errors
Diffstat (limited to 'docs/configuration/interfaces/pppoe.rst')
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index 393c71ed..9d10b91f 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -287,10 +287,14 @@ which is the default VLAN for Deutsche Telekom: IPv6 DHCPv6-PD Example ---------------------- +.. stop_vyoslinter + The following configuration will assign a /64 prefix out of a /56 delegation to eth0. The IPv6 address assigned to eth0 will be <prefix>::ffff/64. If you do not know the prefix size delegated to you, start with sla-len 0. +.. start_vyoslinter + .. code-block:: none set interfaces pppoe pppoe0 authentication user vyos |