summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ospf/intervals.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/intervals.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/intervals.xml.i')
-rw-r--r--interface-definitions/include/ospf/intervals.xml.i54
1 files changed, 54 insertions, 0 deletions
diff --git a/interface-definitions/include/ospf/intervals.xml.i b/interface-definitions/include/ospf/intervals.xml.i
new file mode 100644
index 000000000..fad1a6305
--- /dev/null
+++ b/interface-definitions/include/ospf/intervals.xml.i
@@ -0,0 +1,54 @@
+<!-- include start from ospf/intervals.xml.i -->
+<leafNode name="dead-interval">
+ <properties>
+ <help>Interval after which a neighbor is declared dead (default: 40)</help>
+ <valueHelp>
+ <format>u32:1-65535</format>
+ <description>Neighbor dead interval (seconds)</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ <defaultValue>40</defaultValue>
+</leafNode>
+<leafNode name="hello-interval">
+ <properties>
+ <help>Interval between hello packets (default: 10)</help>
+ <valueHelp>
+ <format>u32:1-65535</format>
+ <description>Hello interval (seconds)</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ <defaultValue>10</defaultValue>
+</leafNode>
+<leafNode name="retransmit-interval">
+ <properties>
+ <help>Interval between retransmitting lost link state advertisements (default: 5)</help>
+ <valueHelp>
+ <format>u32:1-65535</format>
+ <description>Retransmit interval (seconds)</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ <defaultValue>5</defaultValue>
+</leafNode>
+<leafNode name="transmit-delay">
+ <properties>
+ <help>Link state transmit delay (default: 1)</help>
+ <valueHelp>
+ <format>u32:1-65535</format>
+ <description>Link state transmit delay (seconds)</description>
+ </valueHelp>
+ <constraint>
+ <validator name="numeric" argument="--range 1-65535"/>
+ </constraint>
+ </properties>
+ <defaultValue>1</defaultValue>
+</leafNode>
+<!-- include end -->