summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/high-low-label-value.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/include/ospf/high-low-label-value.xml.i')
-rw-r--r--interface-definitions/include/ospf/high-low-label-value.xml.i26
1 files changed, 0 insertions, 26 deletions
diff --git a/interface-definitions/include/ospf/high-low-label-value.xml.i b/interface-definitions/include/ospf/high-low-label-value.xml.i
deleted file mode 100644
index 9e2ef6efb..000000000
--- a/interface-definitions/include/ospf/high-low-label-value.xml.i
+++ /dev/null
@@ -1,26 +0,0 @@
-<!-- include start from ospf/high-low-label-value.xml.i -->
-<leafNode name="low-label-value">
- <properties>
- <help>MPLS label lower bound</help>
- <valueHelp>
- <format>u32:16-1048575</format>
- <description>Label value - Suggested minimum value: 100</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 16-1048575"/>
- </constraint>
- </properties>
-</leafNode>
-<leafNode name="high-label-value">
- <properties>
- <help>MPLS label upper bound</help>
- <valueHelp>
- <format>u32:16-1048575</format>
- <description>Label value</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 16-1048575"/>
- </constraint>
- </properties>
-</leafNode>
-<!-- include end -->