diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-22 08:37:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 08:37:49 +0200 |
commit | 7321fa364a8c8c0b1c2fe10aa6580171e5860e4d (patch) | |
tree | 324cb3520a7f67c05fc2efc36bfa5aacf16ae940 /op-mode-definitions/show-ip-ospf.xml.in | |
parent | e9153730c76f96fb585df6276b6505a00b14b17b (diff) | |
parent | 9e5d0384a0b25949edfd0dfc065b6fe572f943e7 (diff) | |
download | vyos-1x-7321fa364a8c8c0b1c2fe10aa6580171e5860e4d.tar.gz vyos-1x-7321fa364a8c8c0b1c2fe10aa6580171e5860e4d.zip |
Merge pull request #2104 from c-po/t5377-ospf-gr
ospf: T5377: add graceful restart FRR feature (RFC 3623)
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> |