diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-23 14:46:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-23 14:46:35 +0300 |
| commit | fed793f8a0daae064dd58d52ed2396a98646d567 (patch) | |
| tree | 2861d1d3d54415511c68a57a3d372de48c7b4e80 /docs/configexamples/pppoe-ipv6-basic.rst | |
| parent | cac7b484e89354fae0054c8f33c4dc5139df42fa (diff) | |
| parent | abc3e9d38f8ce56fd73cd2007b96152fcbd083a2 (diff) | |
| download | vyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.tar.gz vyos-documentation-fed793f8a0daae064dd58d52ed2396a98646d567.zip | |
Merge pull request #1841 from vyos/yuriy/convert-images-to-webp
perf: convert all images to WebP with PDF fallback
Diffstat (limited to 'docs/configexamples/pppoe-ipv6-basic.rst')
| -rw-r--r-- | docs/configexamples/pppoe-ipv6-basic.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/configexamples/pppoe-ipv6-basic.rst b/docs/configexamples/pppoe-ipv6-basic.rst index ad588def..cc14451c 100644 --- a/docs/configexamples/pppoe-ipv6-basic.rst +++ b/docs/configexamples/pppoe-ipv6-basic.rst @@ -17,7 +17,7 @@ please contact your ISP for more information. Network Topology ================ -.. image:: /_static/images/pppoe-ipv6-pd-diagram.jpg +.. image:: /_static/images/pppoe-ipv6-pd-diagram.* :width: 60% :align: center :alt: Network Topology Diagram @@ -51,8 +51,13 @@ delegation (PD). set interfaces pppoe pppoe0 ipv6 address autoconf set interfaces pppoe pppoe0 dhcpv6-options pd 0 interface eth1 address '100' +.. stop_vyoslinter + * Here we use the prefix to configure the address of eth1 (LAN) to form ``<prefix>::64``, where ``64`` is hexadecimal of address 100. + +.. start_vyoslinter + * For home network users, most of time ISP only provides /64 prefix, hence there is no need to set SLA ID and prefix length. See :ref:`pppoe-interface` for more information. |
