diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-04-06 06:25:28 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-04-06 06:25:28 -0400 |
commit | 8626a7b8602ea67e1286f054509a4d0dd69f363e (patch) | |
tree | f3c45d9f5950cadbe5fbe9f949a044a517cf3e51 /op-mode-definitions/include/ospf-common.xml.i | |
parent | 5b57c536b5f599deea2106aad7aea95c465bc0c0 (diff) | |
download | vyos-1x-8626a7b8602ea67e1286f054509a4d0dd69f363e.tar.gz vyos-1x-8626a7b8602ea67e1286f054509a4d0dd69f363e.zip |
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
Diffstat (limited to 'op-mode-definitions/include/ospf-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/ospf-common.xml.i | 9 |
1 files changed, 0 insertions, 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> |