diff options
| author | goodNETnick <pknet@ya.ru> | 2022-07-23 03:52:16 -0400 | 
|---|---|---|
| committer | goodNETnick <pknet@ya.ru> | 2022-07-23 03:52:16 -0400 | 
| commit | 8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc (patch) | |
| tree | 0c11cd5909020eb63accbdc9994c159eea75ee7c /docs/configuration/policy | |
| parent | ed5a43bcc55749b3beed0c7bf3cf76d69ed1f0fb (diff) | |
| parent | 0448c16d4a9bc80c6cd9e7d3a171ba0749acb6ce (diff) | |
| download | vyos-documentation-8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc.tar.gz vyos-documentation-8189e1c7b529dd4c0bdaea17eeb4e978e5f841fc.zip | |
Merge branch 'master' of https://github.com/goodNETnick/vyos-documentation
Diffstat (limited to 'docs/configuration/policy')
| -rw-r--r-- | docs/configuration/policy/route-map.rst | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index 7551f877..7743b14b 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -83,10 +83,25 @@ Route Map     IP next-hop of route to match, based on access-list.  .. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop +   address <x.x.x.x> + +   IP next-hop of route to match, based on ip address. + +.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop +   prefix-len <0-32> + +   IP next-hop of route to match, based on prefix length. + +.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop     prefix-list <text>     IP next-hop of route to match, based on prefix-list. +.. cfgcmd:: set policy route-map <text> rule <1-65535> match ip nexthop +   type <blackhole> + +   IP next-hop of route to match, based on type. +  .. cfgcmd:: set policy route-map <text> rule <1-65535> match ip route-source     access-list <1-2699> | 
