diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-10 21:46:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-10 19:46:24 +0100 |
| commit | ac00e1c4a6b456628e412123383450653f668bdb (patch) | |
| tree | d17abbfc59ef01c3386d8d75c47649b9d69d6a6a /docs/configuration/protocols | |
| parent | b5858598e32441560da34a4a62dc687fe4df9c16 (diff) | |
| download | vyos-documentation-ac00e1c4a6b456628e412123383450653f668bdb.tar.gz vyos-documentation-ac00e1c4a6b456628e412123383450653f668bdb.zip | |
docs: remove TODO markers, fix stub notes, add linter markers (#1828)
Remove TODO tracking comments, reformat stub notes with inline
links, add stop/start_vyoslinter markers around long code blocks,
and fix minor structural issues across 23 documentation files.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'docs/configuration/protocols')
| -rw-r--r-- | docs/configuration/protocols/static.rst | 59 |
1 files changed, 39 insertions, 20 deletions
diff --git a/docs/configuration/protocols/static.rst b/docs/configuration/protocols/static.rst index e9016abc..eb5a439c 100644 --- a/docs/configuration/protocols/static.rst +++ b/docs/configuration/protocols/static.rst @@ -70,12 +70,14 @@ IPv4 BFD Configure a static route for `<subnet>` using gateway `<address>` and use the gateway address as BFD peer destination address. -.. cfgcmd:: set protocols static route <subnet> next-hop <address> - bfd profile <profile> +.. stop_vyoslinter + +.. cfgcmd:: set protocols static route <subnet> next-hop <address> bfd profile <profile> - Configure a static route for `<subnet>` using gateway `<address>` - and use the gateway address as BFD peer destination address with - BFD profile `<profile>`. +.. start_vyoslinter + + Configure a static route for `<subnet>` using gateway `<address>` and use the + gateway address as BFD peer destination address with BFD profile `<profile>`. .. cfgcmd:: set protocols static route <subnet> next-hop <address> bfd multi-hop source-address <source-address> @@ -155,15 +157,20 @@ IPv6 Unicast Routes .. note:: Routes with a distance of 255 are effectively disabled and not installed into the kernel. -.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> - segments <segments> +.. stop_vyoslinter - It is possible to specify a static route for ipv6 prefixes using - an SRv6 segments instruction. The `/` separator can be used to - specify multiple segment instructions. +.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> segments <segments> + +.. start_vyoslinter + + It is possible to specify a static route for ipv6 prefixes using an + SRv6 segments instruction. The ``/`` separator can be used to specify + multiple segment instructions. Example: +.. stop_vyoslinter + .. code-block:: none set protocols static route6 2001:db8:1000::/36 next-hop 2001:db8:201::ffff segments '2001:db8:aaaa::7/2002::4/2002::3/2002::2' @@ -180,6 +187,8 @@ IPv6 Unicast Routes C>* 2001:db8:201::/64 is directly connected, eth0.201, 00:00:46 S>* 2001:db8:1000::/36 [1/0] via 2001:db8:201::ffff, eth0.201, seg6 2001:db8:aaaa::7,2002::4,2002::3,2002::2, weight 1, 00:00:08 +.. start_vyoslinter + IPv6 Interface Routes ===================== @@ -206,16 +215,20 @@ IPv6 Interface Routes .. cfgcmd:: set protocols static route6 <subnet> interface <interface> segments <segments> - It is possible to specify a static route for ipv6 prefixes using - an SRv6 segments instruction. The `/` separator can be used to - specify multiple segment instructions. + It is possible to specify a static route for ipv6 prefixes using an + SRv6 segments instruction. The ``/`` separator can be used to specify + multiple segment instructions. Example: +.. stop_vyoslinter + .. code-block:: none set protocols static route6 2001:db8:1000::/36 interface eth0 segments '2001:db8:aaaa::7/2002::4/2002::3/2002::2' +.. start_vyoslinter + IPv6 BFD ======== @@ -224,15 +237,21 @@ IPv6 BFD Configure a static route for `<subnet>` using gateway `<address>` and use the gateway address as BFD peer destination address. -.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> - bfd profile <profile> +.. stop_vyoslinter - Configure a static route for `<subnet>` using gateway `<address>` - and use the gateway address as BFD peer destination address with - BFD profile `<profile>`. +.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> bfd profile <profile> -.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> - bfd multi-hop source-address <source> +.. start_vyoslinter + + Configure a static route for `<subnet>` using gateway `<address>` and use the + gateway address as BFD peer destination address with BFD profile `<profile>`. + +.. stop_vyoslinter + +.. cfgcmd:: set protocols static route6 <subnet> next-hop <address> bfd multi-hop + source-address <source> + +.. start_vyoslinter Configure a static route for `<subnet>` using gateway `<address>` and use the gateway address as BFD peer destination address with source address |
