summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-29 17:59:44 +0300
committerGitHub <noreply@github.com>2026-04-29 17:59:44 +0300
commitd21c6c29e083c394e39e654bd22730db0e07cca4 (patch)
treef34be912918b0f2ddf1657a103980994e4554675 /interface-definitions
parenta66121e71712fadd938f11505a628449a4ac334d (diff)
parent0b18cf229ca22ddda7ef4b42fb7e4e78cca95416 (diff)
downloadvyos-1x-d21c6c29e083c394e39e654bd22730db0e07cca4.tar.gz
vyos-1x-d21c6c29e083c394e39e654bd22730db0e07cca4.zip
Merge pull request #5150 from robinchrist/T8589-bgp-route-map-evpn-route-types
bgp: T8589: Add ead, es and [1-5] to route-map match evpn route-type
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/policy.xml.in38
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>