diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-21 21:23:18 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-21 21:23:18 +0200 |
commit | 52830ddfad973ff8acac48cc1ce57af655d9ed5a (patch) | |
tree | 6b722346d816c52f6aff15fa4e1b77b78b683e40 /op-mode-definitions/show-ip-ospf.xml.in | |
parent | 9cdfbd77f7414ea8a13ae66df41035d2f6edef32 (diff) | |
download | vyos-1x-52830ddfad973ff8acac48cc1ce57af655d9ed5a.tar.gz vyos-1x-52830ddfad973ff8acac48cc1ce57af655d9ed5a.zip |
ospf: T5377: add op-mode commands to display GR status
Diffstat (limited to 'op-mode-definitions/show-ip-ospf.xml.in')
-rw-r--r-- | op-mode-definitions/show-ip-ospf.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-ip-ospf.xml.in b/op-mode-definitions/show-ip-ospf.xml.in index 704ed984f..f3b9da90c 100644 --- a/op-mode-definitions/show-ip-ospf.xml.in +++ b/op-mode-definitions/show-ip-ospf.xml.in @@ -13,7 +13,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - #include <include/ospf-common.xml.i> + #include <include/ospf/common.xml.i> <tagNode name="vrf"> <properties> <help>Show OSPF routing protocol for given VRF</help> @@ -24,7 +24,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - #include <include/ospf-common.xml.i> + #include <include/ospf/common.xml.i> </children> </tagNode> </children> |