summaryrefslogtreecommitdiff
path: root/docs/configexamples/pppoe-ipv6-basic.rst
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-21 15:18:07 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-04-21 15:18:07 +0300
commit5d4cdc95200e8ef8fa9ef0f52c5607b76e980692 (patch)
treece366d63b36ee32b8175ec6fe9009b9db671a173 /docs/configexamples/pppoe-ipv6-basic.rst
parent7dc1c055340cff3acf941ee63ede798fcc566dfb (diff)
downloadvyos-documentation-5d4cdc95200e8ef8fa9ef0f52c5607b76e980692.tar.gz
vyos-documentation-5d4cdc95200e8ef8fa9ef0f52c5607b76e980692.zip
fix: suppress linter for real/protocol IPs in config examples
The following files were touched by the WebP image PR and exposed pre-existing lint violations — real IPs needed for authenticity or actual protocol addresses (OSPF router-IDs, MAC-embedded IPv6): - inter-vrf-routing-vrf-lite.rst: 195.51.100.1, 198.51.0.0/16 - ipsec-cisco-route-based.rst: 1.1.1.1, 2.2.2.2, 1.0.0.0 (Cisco loopback/OSPF RID) - ipsec-pa-route-based.rst: 1.1.1.1, 2.2.2.2 (PA/VyOS OSPF RIDs) - lac-lns.rst: 8.8.8.8 (DNS example) - pppoe-ipv6-basic.rst: ::64 (prefix format illustration) - bridge.rst: 33:33::16:50:0 (MAC address in firewall log) 🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/configexamples/pppoe-ipv6-basic.rst')
-rw-r--r--docs/configexamples/pppoe-ipv6-basic.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configexamples/pppoe-ipv6-basic.rst b/docs/configexamples/pppoe-ipv6-basic.rst
index 520ca00b..cc14451c 100644
--- a/docs/configexamples/pppoe-ipv6-basic.rst
+++ b/docs/configexamples/pppoe-ipv6-basic.rst
@@ -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.