diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 02:50:07 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 02:50:07 +0300 |
| commit | f51e7e3fe9272e735fa287de4ca4fec4522739f2 (patch) | |
| tree | e63ffeb771ad62f12163615e61c576827836d4d4 /docs/_include | |
| parent | f0585038437e83d9f73f2f5256f9760edef7ea6b (diff) | |
| download | vyos-documentation-f51e7e3fe9272e735fa287de4ca4fec4522739f2.tar.gz vyos-documentation-f51e7e3fe9272e735fa287de4ca4fec4522739f2.zip | |
docs: fix doc-lint failures on dhcpv6-options + ipv6 includes
Wraps the DUID example value in interface-dhcpv6-options.txt with
.. stop_vyoslinter / .. start_vyoslinter pragmas to exclude it from
vyos-linter MAC-pattern checks. Rewraps a long prose line in
interface-ipv6.txt to fit the 80-char limit.
Surfaced when the conversion sweep's doc-lint check failed on the
19th commit. These fixes are separate from the MyST→RST conversion
work but folded into this PR to keep it self-contained.
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'docs/_include')
| -rw-r--r-- | docs/_include/interface-dhcpv6-options.txt | 4 | ||||
| -rw-r--r-- | docs/_include/interface-ipv6.txt | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/_include/interface-dhcpv6-options.txt b/docs/_include/interface-dhcpv6-options.txt index a03beb36..48c9f3fb 100644 --- a/docs/_include/interface-dhcpv6-options.txt +++ b/docs/_include/interface-dhcpv6-options.txt @@ -10,8 +10,12 @@ .. code-block:: none + .. stop_vyoslinter + set interfaces {{ var0 }} {{ var1 }} {{ var2 }} {{ var4 }} {{ var5 }} {{ var7 }} duid '0e:00:00:01:00:01:27:71:db:f0:00:50:56:bf:c5:6d' + .. start_vyoslinter + .. cfgcmd:: set interfaces {{ var0 }} <interface> {{ var2 }} {{ var3 }} {{ var5 }} {{ var6 }} dhcpv6-options no-release diff --git a/docs/_include/interface-ipv6.txt b/docs/_include/interface-ipv6.txt index 0d938dd6..f04c32be 100644 --- a/docs/_include/interface-ipv6.txt +++ b/docs/_include/interface-ipv6.txt @@ -93,7 +93,8 @@ - 0: Disable DAD - 1: Enable DAD (default) - - 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate link-local address has been found. + - 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate + link-local address has been found. Example: |
