mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
route-map: T4542: match prefix-len Kernel notice
This commit is contained in:
parent
9adb46cccd
commit
ed5a43bcc5
@ -73,8 +73,9 @@ Route Map
|
|||||||
prefix-len <0-32>
|
prefix-len <0-32>
|
||||||
|
|
||||||
IP address of route to match, based on specified prefix-length.
|
IP address of route to match, based on specified prefix-length.
|
||||||
Note that this does not work with BGP routes.
|
Note that this can be used for kernel routes only.
|
||||||
When applied to BGP it can lead to unexpected results.
|
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
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop
|
||||||
access-list <1-2699>
|
access-list <1-2699>
|
||||||
@ -110,8 +111,9 @@ Route Map
|
|||||||
prefix-len <0-128>
|
prefix-len <0-128>
|
||||||
|
|
||||||
IPv6 address of route to match, based on specified prefix-length.
|
IPv6 address of route to match, based on specified prefix-length.
|
||||||
Note that this match rule does not work with BGP routes.
|
Note that this can be used for kernel routes only.
|
||||||
When applied to BGP it can lead to unexpected results.
|
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
|
.. cfgcmd:: set policy route-map <text> rule <1-65535> match ipv6 nexthop
|
||||||
<h:h:h:h:h:h:h:h>
|
<h:h:h:h:h:h:h:h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user