diff options
author | Robert Göhler <github@ghlr.de> | 2022-07-26 21:06:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 21:06:57 +0200 |
commit | 930493bbaf3c69df22d7f7e8a80f52fdd2fb5b5e (patch) | |
tree | e3304422caf8b541a50b867932892539e04a1557 /docs/configuration | |
parent | 6793a41a777d210464b6b511a3e7c3bb09af1c32 (diff) | |
parent | 8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc (diff) | |
download | vyos-documentation-930493bbaf3c69df22d7f7e8a80f52fdd2fb5b5e.tar.gz vyos-documentation-930493bbaf3c69df22d7f7e8a80f52fdd2fb5b5e.zip |
Merge pull request #818 from goodNETnick/master
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 97fa1102..7743b14b 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> @@ -125,8 +126,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> |