]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: add description for match evpn route-type
authorChirag Shah <chirag@nvidia.com>
Thu, 17 Feb 2022 05:39:43 +0000 (21:39 -0800)
committerChirag Shah <chirag@nvidia.com>
Thu, 17 Feb 2022 17:55:00 +0000 (09:55 -0800)
Signed-off-by: Chirag Shah <chirag@nvidia.com>
doc/user/routemap.rst

index a7f22cd40c2aa78ff0172a5af4b42394422cdfb9..ef7aef9c5ee2d7e0160c4e65477f37eeec4561ca 100644 (file)
@@ -215,6 +215,18 @@ Route Map Match Command
   This is a ZEBRA specific match command.  The number is a range from (0-255).
   Matches the originating protocols instance specified.
 
+.. clicmd:: match evpn route-type ROUTE_TYPE_NAME
+
+  This is a BGP EVPN specific match command. It matches to EVPN route-type
+  from type-1 (EAD route-type) to type-5 (Prefix route-type).
+  User can provide in an integral form (1-5) or string form of route-type
+  (i.e ead, macip, multicast, es, prefix).
+
+.. clicmd:: match evpn vni NUMBER
+
+  This is a BGP EVPN specific match command which matches to EVPN VNI id.
+  The number is a range from (1-6777215).
+
 .. _route-map-set-command:
 
 Route Map Set Command