diff options
author | goodNETnick <pknet@ya.ru> | 2022-07-23 03:50:21 -0400 |
---|---|---|
committer | goodNETnick <pknet@ya.ru> | 2022-07-23 03:50:21 -0400 |
commit | ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb (patch) | |
tree | 5c306ada2000f643c6b5ba416d2fb5db875b4e68 /docs/configuration | |
parent | 9adb46cccdfb40c93c62a223b6aa8cb19dec712c (diff) | |
download | vyos-documentation-ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb.tar.gz vyos-documentation-ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb.zip |
route-map: T4542: match prefix-len Kernel notice
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/policy/route-map.rst | 10 |
1 files changed, 6 insertions, 4 deletions
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 <text> 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 <text> rule <1-65535> match ipv6 nexthop <h:h:h:h:h:h:h:h> |