summaryrefslogtreecommitdiff
path: root/docs/configuration/system
diff options
context:
space:
mode:
authorKyrylo Yatsenko <hedrok@gmail.com>2026-01-22 17:46:02 +0200
committerGitHub <noreply@github.com>2026-01-22 15:46:02 +0000
commit47ec485551db9633407995192af11830242f0415 (patch)
tree6351554f03cf5f87ab629a353cd070d3672b0d67 /docs/configuration/system
parent2221e2a9f269e770e7c3b6c42ec2e2729d58c36d (diff)
downloadvyos-documentation-47ec485551db9633407995192af11830242f0415.tar.gz
vyos-documentation-47ec485551db9633407995192af11830242f0415.zip
T7664: FRR 10.5 remove unsupported ip protocols (#1730)
Diffstat (limited to 'docs/configuration/system')
-rw-r--r--docs/configuration/system/ip.rst3
-rw-r--r--docs/configuration/system/ipv6.rst3
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst
index 27b0870c..c724faac 100644
--- a/docs/configuration/system/ip.rst
+++ b/docs/configuration/system/ip.rst
@@ -51,8 +51,7 @@ can be used to filter which routes zebra will install in the kernel.
.. cfgcmd:: set system ip protocol <protocol> route-map <route-map>
Apply a route-map filter to routes for the specified protocol. The following
- protocols can be used: any, babel, bgp, connected, eigrp, isis, kernel,
- ospf, rip, static, table
+ protocols can be used: any, babel, bgp, eigrp, isis, ospf, rip, static
.. note:: If you choose any as the option that will cause all protocols that
are sending routes to zebra.
diff --git a/docs/configuration/system/ipv6.rst b/docs/configuration/system/ipv6.rst
index cde7a2aa..eaa1d2b8 100644
--- a/docs/configuration/system/ipv6.rst
+++ b/docs/configuration/system/ipv6.rst
@@ -33,8 +33,7 @@ can be used to filter which routes zebra will install in the kernel.
.. cfgcmd:: set system ipv6 protocol <protocol> route-map <route-map>
Apply a route-map filter to routes for the specified protocol. The following
- protocols can be used: any, babel, bgp, connected, isis, kernel, ospfv3,
- ripng, static, table
+ protocols can be used: any, babel, bgp, isis, ospfv3, ripng, static
.. note:: If you choose any as the option that will cause all protocols that
are sending routes to zebra.