diff options
| author | Robin Christ <r.christ@partimus.com> | 2026-04-26 22:21:05 +0200 |
|---|---|---|
| committer | Robin Christ <r.christ@partimus.com> | 2026-04-27 14:49:33 +0200 |
| commit | 0b18cf229ca22ddda7ef4b42fb7e4e78cca95416 (patch) | |
| tree | 94c29159b9502f129be21334d992b855304603da | |
| parent | 0cc2bbfc54370cce2d2c7540fb155e464207f1be (diff) | |
| download | vyos-1x-0b18cf229ca22ddda7ef4b42fb7e4e78cca95416.tar.gz vyos-1x-0b18cf229ca22ddda7ef4b42fb7e4e78cca95416.zip | |
bgp: T8589: Add ead, es and [1-5] to route-map match evpn route-type
| -rw-r--r-- | interface-definitions/policy.xml.in | 38 |
1 files changed, 33 insertions, 5 deletions
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 @@ <properties> <help>Match route-type</help> <completionHelp> - <list>macip multicast prefix</list> + <list>1 2 3 4 5 ead macip multicast es prefix</list> </completionHelp> <valueHelp> + <format>1</format> + <description>EAD (Type-1) route</description> + </valueHelp> + <valueHelp> + <format>2</format> + <description>MAC-IP (Type-2) route</description> + </valueHelp> + <valueHelp> + <format>3</format> + <description>Multicast (Type-3) route</description> + </valueHelp> + <valueHelp> + <format>4</format> + <description>Ethernet Segment (Type-4) route</description> + </valueHelp> + <valueHelp> + <format>5</format> + <description>Prefix (Type-5) route</description> + </valueHelp> + <valueHelp> + <format>ead</format> + <description>EAD (Type-1) route</description> + </valueHelp> + <valueHelp> <format>macip</format> - <description>mac-ip route</description> + <description>MAC-IP (Type-2) route</description> </valueHelp> <valueHelp> <format>multicast</format> - <description>IMET route</description> + <description>Multicast (Type-3) route</description> + </valueHelp> + <valueHelp> + <format>es</format> + <description>Ethernet Segment (Type-4) route</description> </valueHelp> <valueHelp> <format>prefix</format> - <description>Prefix route</description> + <description>Prefix (Type-5) route</description> </valueHelp> <constraint> - <regex>(macip|multicast|prefix)</regex> + <regex>([1-5]|ead|macip|multicast|es|prefix)</regex> </constraint> </properties> </leafNode> |
