diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-06 14:30:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-06 14:30:28 +0200 |
commit | 15f48b521780a9a1116be85e848721f488e67a13 (patch) | |
tree | 838cfcf0734ef2eb582e481b35d08ff283867e79 | |
parent | d321a62815aa09ef3a200f1e621d33870b7de627 (diff) | |
parent | 8626a7b8602ea67e1286f054509a4d0dd69f363e (diff) | |
download | vyos-1x-15f48b521780a9a1116be85e848721f488e67a13.tar.gz vyos-1x-15f48b521780a9a1116be85e848721f488e67a13.zip |
Merge pull request #1274 from srividya0208/T4342
op-comm: ospf : error for ospf neighbor address command
-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> |