From 8626a7b8602ea67e1286f054509a4d0dd69f363e Mon Sep 17 00:00:00 2001 From: srividya0208 <a.srividya@vyos.io> Date: Wed, 6 Apr 2022 06:25:28 -0400 Subject: op-comm: ospf : error for ospf neighbor address command Error received when executed the sh ip ospf neighbor address 33.33.33.33 % Unknown command: sh ip ospf neighbor address 33.33.33.33 --- op-mode-definitions/include/ospf-common.xml.i | 9 --------- 1 file changed, 9 deletions(-) diff --git a/op-mode-definitions/include/ospf-common.xml.i b/op-mode-definitions/include/ospf-common.xml.i index 0edc3c37f..23769c8ba 100644 --- a/op-mode-definitions/include/ospf-common.xml.i +++ b/op-mode-definitions/include/ospf-common.xml.i @@ -523,15 +523,6 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> - <tagNode name="address"> - <properties> - <help>Show IPv4 OSPF neighbor information for specified IP address</help> - <completionHelp> - <list><x.x.x.x></list> - </completionHelp> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </tagNode> <node name="detail"> <properties> <help>Show detailed IPv4 OSPF neighbor information</help> -- cgit v1.2.3