diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-06 00:04:23 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-06 00:04:23 +0300 |
| commit | ce5ba69a1b8d4ccc5f7e92c1ae35e960a3a48442 (patch) | |
| tree | 56cada890c63b338bbd51881b8c309f57e87cb8e /docs | |
| parent | aa88e83d2594289122d0bac4c9dcf5526392b65b (diff) | |
| download | vyos-documentation-ce5ba69a1b8d4ccc5f7e92c1ae35e960a3a48442.tar.gz vyos-documentation-ce5ba69a1b8d4ccc5f7e92c1ae35e960a3a48442.zip | |
docs: T8887: exempt well-known NAT64 prefix from linter IPv6 check
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)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/service/router-advert.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 \<interface\> nat64prefix \<prefix/mask\> 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" |
