From ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb Mon Sep 17 00:00:00 2001 From: goodNETnick Date: Sat, 23 Jul 2022 03:50:21 -0400 Subject: route-map: T4542: match prefix-len Kernel notice --- docs/configuration/policy/route-map.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/configuration/policy') diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index 470c798e..7551f877 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -73,8 +73,9 @@ Route Map prefix-len <0-32> IP address of route to match, based on specified prefix-length. - Note that this does not work with BGP routes. - When applied to BGP it can lead to unexpected results. + Note that this can be used for kernel routes only. + Do not apply to the routes of dynamic routing protocols (e.g. BGP, + RIP, OSFP), as this can lead to unexpected results.. .. cfgcmd:: set policy route-map rule <1-65535> match ip nexthop access-list <1-2699> @@ -110,8 +111,9 @@ Route Map prefix-len <0-128> IPv6 address of route to match, based on specified prefix-length. - Note that this match rule does not work with BGP routes. - When applied to BGP it can lead to unexpected results. + Note that this can be used for kernel routes only. + Do not apply to the routes of dynamic routing protocols (e.g. BGP, + RIP, OSFP), as this can lead to unexpected results.. .. cfgcmd:: set policy route-map rule <1-65535> match ipv6 nexthop -- cgit v1.2.3