From 0b18cf229ca22ddda7ef4b42fb7e4e78cca95416 Mon Sep 17 00:00:00 2001 From: Robin Christ Date: Sun, 26 Apr 2026 22:21:05 +0200 Subject: bgp: T8589: Add ead, es and [1-5] to route-map match evpn route-type --- interface-definitions/policy.xml.in | 38 ++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/policy.xml.in b/interface-definitions/policy.xml.in index c93c55c03..3811585b6 100644 --- a/interface-definitions/policy.xml.in +++ b/interface-definitions/policy.xml.in @@ -607,22 +607,50 @@ Match route-type - macip multicast prefix + 1 2 3 4 5 ead macip multicast es prefix + + 1 + EAD (Type-1) route + + + 2 + MAC-IP (Type-2) route + + + 3 + Multicast (Type-3) route + + + 4 + Ethernet Segment (Type-4) route + + + 5 + Prefix (Type-5) route + + + ead + EAD (Type-1) route + macip - mac-ip route + MAC-IP (Type-2) route multicast - IMET route + Multicast (Type-3) route + + + es + Ethernet Segment (Type-4) route prefix - Prefix route + Prefix (Type-5) route - (macip|multicast|prefix) + ([1-5]|ead|macip|multicast|es|prefix) -- cgit v1.2.3