summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/ospf-authentication.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-05-06 19:41:19 +0200
committerChristian Poessinger <christian@poessinger.com>2021-05-06 19:41:19 +0200
commitd5bd9bec6c213ff12190b03acf248f348c165c13 (patch)
treef24822e80c58403d7049b7d7e5fa03d895f52dc3 /interface-definitions/include/ospf/ospf-authentication.xml.i
parent7f38bcaf1fd20b8dc210abd15f95ddd88c27d465 (diff)
downloadvyos-1x-d5bd9bec6c213ff12190b03acf248f348c165c13.tar.gz
vyos-1x-d5bd9bec6c213ff12190b03acf248f348c165c13.zip
ospf: xml: T3236: restructure include files and make them easier to recognize
Diffstat (limited to 'interface-definitions/include/ospf/ospf-authentication.xml.i')
-rw-r--r--interface-definitions/include/ospf/ospf-authentication.xml.i56
1 files changed, 0 insertions, 56 deletions
diff --git a/interface-definitions/include/ospf/ospf-authentication.xml.i b/interface-definitions/include/ospf/ospf-authentication.xml.i
deleted file mode 100644
index 322c002e4..000000000
--- a/interface-definitions/include/ospf/ospf-authentication.xml.i
+++ /dev/null
@@ -1,56 +0,0 @@
-<!-- include start from ospf/ospf-authentication.xml.i -->
-<node name="authentication">
- <properties>
- <help>Authentication</help>
- </properties>
- <children>
- <node name="md5">
- <properties>
- <help>MD5 key id</help>
- </properties>
- <children>
- <tagNode name="key-id">
- <properties>
- <help>MD5 key id</help>
- <valueHelp>
- <format>u32:1-255</format>
- <description>MD5 key id</description>
- </valueHelp>
- <constraint>
- <validator name="numeric" argument="--range 1-255"/>
- </constraint>
- </properties>
- <children>
- <leafNode name="md5-key">
- <properties>
- <help>MD5 authentication type</help>
- <valueHelp>
- <format>txt</format>
- <description>MD5 Key (16 characters or less)</description>
- </valueHelp>
- <constraint>
- <regex>^[^[:space:]]{1,16}$</regex>
- </constraint>
- <constraintErrorMessage>Password must be 16 characters or less</constraintErrorMessage>
- </properties>
- </leafNode>
- </children>
- </tagNode>
- </children>
- </node>
- <leafNode name="plaintext-password">
- <properties>
- <help>Plain text password</help>
- <valueHelp>
- <format>txt</format>
- <description>Plain text password (8 characters or less)</description>
- </valueHelp>
- <constraint>
- <regex>^[^[:space:]]{1,8}$</regex>
- </constraint>
- <constraintErrorMessage>Password must be 8 characters or less</constraintErrorMessage>
- </properties>
- </leafNode>
- </children>
-</node>
-<!-- include end -->