diff options
| author | Kyrylo Yatsenko <hedrok@gmail.com> | 2026-01-22 17:46:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-22 15:46:02 +0000 |
| commit | 47ec485551db9633407995192af11830242f0415 (patch) | |
| tree | 6351554f03cf5f87ab629a353cd070d3672b0d67 /docs | |
| parent | 2221e2a9f269e770e7c3b6c42ec2e2729d58c36d (diff) | |
| download | vyos-documentation-47ec485551db9633407995192af11830242f0415.tar.gz vyos-documentation-47ec485551db9633407995192af11830242f0415.zip | |
T7664: FRR 10.5 remove unsupported ip protocols (#1730)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/system/ip.rst | 3 | ||||
| -rw-r--r-- | docs/configuration/system/ipv6.rst | 3 | ||||
| -rw-r--r-- | docs/configuration/vrf/index.rst | 8 |
3 files changed, 6 insertions, 8 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. diff --git a/docs/configuration/vrf/index.rst b/docs/configuration/vrf/index.rst index fb3351c5..f41e98a2 100644 --- a/docs/configuration/vrf/index.rst +++ b/docs/configuration/vrf/index.rst @@ -47,8 +47,8 @@ can be used to filter which routes zebra will install in the kernel. 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 + The following 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. @@ -57,8 +57,8 @@ can be used to filter which routes zebra will install in the kernel. 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 + The following 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. |
