From 33810487a8ea80cd2b44f144f761e54d6e2a7b8a Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 2 May 2023 15:08:59 +0000 Subject: T5163: Add match protocol filter for route-map Ability to match 'source-protocol' for the route-map filters set policy route-map foo rule 10 action 'permit' set policy route-map foo rule 10 match protocol 'bgp' --- interface-definitions/policy.xml.in | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'interface-definitions/policy.xml.in') diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index 7d5fe79ef..02828c4f6 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -971,6 +971,65 @@ + + + Match protocol via which the route was learnt + + babel bgp connected isis kernel ospf ospfv3 rip ripng static table vnc + + + 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) + + + (babel|bgp|connected|isis|kernel|ospf|ospfv3|rip|ripng|static|table|vnc) + + + Match RPKI validation result -- cgit v1.2.3