diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-05-08 12:05:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 12:05:03 +0100 |
commit | ed30a055f2893da7d53b98329088a53762fd05e3 (patch) | |
tree | 168616f3482a7a642684807394bef2abc994f390 | |
parent | ba99475e075f4b2dc7991ce5ee92c99b9b0237c6 (diff) | |
parent | 4f0d9352022a8b180da0f65591471c6e7fdc5483 (diff) | |
download | vyos-documentation-ed30a055f2893da7d53b98329088a53762fd05e3.tar.gz vyos-documentation-ed30a055f2893da7d53b98329088a53762fd05e3.zip |
Merge pull request #1004 from sever-sever/route-map-protocol
Add policy route-map match source protocol
-rw-r--r-- | docs/configuration/policy/route-map.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/configuration/policy/route-map.rst b/docs/configuration/policy/route-map.rst index cc65d50c..9fe1eef7 100644 --- a/docs/configuration/policy/route-map.rst +++ b/docs/configuration/policy/route-map.rst @@ -158,6 +158,22 @@ Route Map Peer IP address to match. +.. cfgcmd:: set policy route-map <text> rule <1-65535> match protocol <protocol> + + Source protocol to match. + * ``babel`` - Babel routing protocol (Babel) + * ``bgp`` - Border Gateway Protocol (BGP) + * ``connected`` - Connected routes (directly attached subnet or host) + * ``isis`` - Intermediate System to Intermediate System (IS-IS) + * ``kernel`` - Kernel routes + * ``ospf`` - Open Shortest Path First (OSPFv2) + * ``ospfv3`` - Open Shortest Path First (IPv6) (OSPFv3) + * ``rip`` - Routing Information Protocol (RIP) + * ``ripng`` - Routing Information Protocol next-generation (IPv6) (RIPng) + * ``static`` - Statically configured routes + * ``table`` - Non-main Kernel Routing Table + * ``vnc`` - Virtual Network Control (VNC) + .. cfgcmd:: set policy route-map <text> rule <1-65535> match rpki <invalid|notfound|valid> |