diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-22 11:14:35 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-22 11:14:35 +0300 |
| commit | f01ea2428375a7da58d627074400a528e9157a57 (patch) | |
| tree | 4acd56e013046134a7209c4158e85fee3de2fa1e /docs | |
| parent | 92805938c535c8d74d46cb4bd46d4be0ae42ac17 (diff) | |
| download | vyos-documentation-f01ea2428375a7da58d627074400a528e9157a57.tar.gz vyos-documentation-f01ea2428375a7da58d627074400a528e9157a57.zip | |
fix: restore stop_vyoslinter in pppoe-ipv6-basic.rst for ::64 false positive
The markers suppress the linter IPv6 check on ``<prefix>::64``,
which the regex matches as a non-documentation address.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configexamples/pppoe-ipv6-basic.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/configexamples/pppoe-ipv6-basic.rst b/docs/configexamples/pppoe-ipv6-basic.rst index 02df0fe2..cc14451c 100644 --- a/docs/configexamples/pppoe-ipv6-basic.rst +++ b/docs/configexamples/pppoe-ipv6-basic.rst @@ -51,9 +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. |
