summaryrefslogtreecommitdiff
path: root/interface-definitions/include/rip/default-metric.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-28 22:58:44 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-28 22:58:44 +0200
commit8099770c1004d4dd756145050157f51f474ede95 (patch)
tree01bd8ff98ac7051a1b2eec25eeba89458847ae49 /interface-definitions/include/rip/default-metric.xml.i
parent47d9eb7e7d8197012ab0aa5e878bd0a3bb83ae33 (diff)
downloadvyos-1x-8099770c1004d4dd756145050157f51f474ede95.tar.gz
vyos-1x-8099770c1004d4dd756145050157f51f474ede95.zip
xml: rip: T4448: rename include files to match schema
Diffstat (limited to 'interface-definitions/include/rip/default-metric.xml.i')
-rw-r--r--interface-definitions/include/rip/default-metric.xml.i14
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/rip/default-metric.xml.i b/interface-definitions/include/rip/default-metric.xml.i
new file mode 100644
index 000000000..c0f1f9b61
--- /dev/null
+++ b/interface-definitions/include/rip/default-metric.xml.i
@@ -0,0 +1,14 @@
+<!-- include start from rip/default-metric.xml.i -->
+<leafNode name="default-metric">
+ <properties>
+ <help>Metric of redistributed routes</help>
+ <valueHelp>
+ <format>u32:1-16</format>
+ <description>Default metric</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-16"/>
+ </constraint>
+ </properties>
+</leafNode>
+<!-- include end -->