summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
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>