summaryrefslogtreecommitdiff
path: root/interface-definitions/include/static-route-next-hop-vrf.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/static-route-next-hop-vrf.xml.i')
-rw-r--r--interface-definitions/include/static-route-next-hop-vrf.xml.i19
1 files changed, 0 insertions, 19 deletions
diff --git a/interface-definitions/include/static-route-next-hop-vrf.xml.i b/interface-definitions/include/static-route-next-hop-vrf.xml.i
deleted file mode 100644
index ae2515a12..000000000
--- a/interface-definitions/include/static-route-next-hop-vrf.xml.i
+++ /dev/null
@@ -1,19 +0,0 @@
-<!-- included start from static-route-next-hop-vrf.xml.i -->
-<leafNode name="vrf">
- <properties>
- <help>VRF to leak route</help>
- <completionHelp>
- <list>default</list>
- <path>vrf name</path>
- </completionHelp>
- <valueHelp>
- <format>txt</format>
- <description>Name of VRF to leak to</description>
- </valueHelp>
- <constraint>
- <regex>^(default)$</regex>
- <validator name="vrf-name"/>
- </constraint>
- </properties>
-</leafNode>
-<!-- included end -->