From ce5ba69a1b8d4ccc5f7e92c1ae35e960a3a48442 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 6 Jul 2026 00:04:23 +0300 Subject: docs: T8887: exempt well-known NAT64 prefix from linter IPv6 check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 64:ff9b::/96 is the RFC 6052 well-known NAT64 prefix — factually correct in the PREF64 documentation, but flagged error-level by the doc linter's documentation-address rule. Wrap the block in linter markers. 🤖 Generated by [robots](https://vyos.io) --- docs/configuration/service/router-advert.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/configuration/service/router-advert.md b/docs/configuration/service/router-advert.md index 491b6df6..9a70067e 100644 --- a/docs/configuration/service/router-advert.md +++ b/docs/configuration/service/router-advert.md @@ -82,6 +82,8 @@ host bits. This option is only allowed together with the wildcard prefix ### Advertising a NAT64 Prefix +% stop_vyoslinter + ```{cfgcmd} set service router-advert interface \ nat64prefix \ Enable PREF64 option as outlined in {rfc}`8781`. @@ -92,6 +94,8 @@ NAT64 prefix mask must be one of: /32, /40, /48, /56, /64 or 96. The well known NAT64 prefix is ``64:ff9b::/96`` ::: ``` + +% start_vyoslinter ```{eval-rst} .. csv-table:: :header: "VyOS Field", "Description" -- cgit v1.2.3