summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3/linkstate.xml.i
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-12-25 11:05:42 +0100
committerChristian Poessinger <christian@poessinger.com>2021-12-25 11:21:21 +0100
commit8449ee5f95ffbf1901202e04ee6e1216f54d8ff8 (patch)
treef743f5a372e5336a5779df0ab1522be1b5f990a0 /op-mode-definitions/include/ospfv3/linkstate.xml.i
parentf475d2b67547e0974d117b103b9bef87fa5c35c0 (diff)
downloadvyos-1x-8449ee5f95ffbf1901202e04ee6e1216f54d8ff8.tar.gz
vyos-1x-8449ee5f95ffbf1901202e04ee6e1216f54d8ff8.zip
op-mode: ospfv3: T4095: add missing VRF commands
Diffstat (limited to 'op-mode-definitions/include/ospfv3/linkstate.xml.i')
-rw-r--r--op-mode-definitions/include/ospfv3/linkstate.xml.i38
1 files changed, 38 insertions, 0 deletions
diff --git a/op-mode-definitions/include/ospfv3/linkstate.xml.i b/op-mode-definitions/include/ospfv3/linkstate.xml.i
new file mode 100644
index 000000000..78ef3efa1
--- /dev/null
+++ b/op-mode-definitions/include/ospfv3/linkstate.xml.i
@@ -0,0 +1,38 @@
+<!-- included start from ospfv3/linkstate.xml.i -->
+<node name="linkstate">
+ <properties>
+ <help>Show OSPFv3 linkstate routing information</help>
+ </properties>
+ <children>
+ #include <include/ospfv3/detail.xml.i>
+ <tagNode name="network">
+ <properties>
+ <help>Show linkstate Network information</help>
+ <completionHelp>
+ <list>&lt;x.x.x.x&gt;</list>
+ </completionHelp>
+ </properties>
+ <children>
+ <node name="node.tag">
+ <properties>
+ <help>Specify Link state ID as IPv4 address notation</help>
+ <completionHelp>
+ <list>&lt;x.x.x.x&gt;</list>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </node>
+ </children>
+ </tagNode>
+ <tagNode name="router">
+ <properties>
+ <help>Show linkstate Router information</help>
+ <completionHelp>
+ <list>&lt;x.x.x.x&gt;</list>
+ </completionHelp>
+ </properties>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+ </tagNode>
+ </children>
+</node>
+<!-- included end -->