diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-10 09:37:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-10 09:37:36 +0100 |
commit | 7c7122fd62e8eed13e2b08f69f6fcf8093a926db (patch) | |
tree | 1e4127b751d9d1c90c3f27b3c56c3535b34f9ad0 | |
parent | 586b440a835cba7d45e50bb6d1781823903332b6 (diff) | |
parent | 02b37c84c1a9b89ba33e76668a81f65cc7ee19c4 (diff) | |
download | vyos-1x-7c7122fd62e8eed13e2b08f69f6fcf8093a926db.tar.gz vyos-1x-7c7122fd62e8eed13e2b08f69f6fcf8093a926db.zip |
Merge pull request #675 from sever-sever/T3198
ospf: T3198: Fix show information for database tag nodes
-rw-r--r-- | op-mode-definitions/show-ip-ospf.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/op-mode-definitions/show-ip-ospf.xml b/op-mode-definitions/show-ip-ospf.xml index 99441d185..15fa1db6c 100644 --- a/op-mode-definitions/show-ip-ospf.xml +++ b/op-mode-definitions/show-ip-ospf.xml @@ -54,7 +54,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database asbr-summary"</command> + <command>/usr/bin/vtysh -c "show ip ospf database asbr-summary $6"</command> <children> <node name="adv-router"> <properties> @@ -107,7 +107,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database external"</command> + <command>/usr/bin/vtysh -c "show ip ospf database external $6"</command> <children> <node name="adv-router"> <properties> @@ -166,7 +166,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database network"</command> + <command>/usr/bin/vtysh -c "show ip ospf database network $6"</command> <children> <node name="adv-router"> <properties> @@ -219,7 +219,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database nssa-external"</command> + <command>/usr/bin/vtysh -c "show ip ospf database nssa-external $6"</command> <children> <node name="adv-router"> <properties> @@ -272,7 +272,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database opaque-area"</command> + <command>/usr/bin/vtysh -c "show ip ospf database opaque-area $6"</command> <children> <node name="adv-router"> <properties> @@ -325,7 +325,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database opaque-as"</command> + <command>/usr/bin/vtysh -c "show ip ospf database opaque-as $6"</command> <children> <node name="adv-router"> <properties> @@ -378,7 +378,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database opaque-link"</command> + <command>/usr/bin/vtysh -c "show ip ospf database opaque-link $6"</command> <children> <node name="adv-router"> <properties> @@ -431,7 +431,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database router"</command> + <command>/usr/bin/vtysh -c "show ip ospf database router $6"</command> <children> <node name="adv-router"> <properties> @@ -490,7 +490,7 @@ <list><x.x.x.x></list> </completionHelp> </properties> - <command>/usr/bin/vtysh -c "show ip ospf database summary"</command> + <command>/usr/bin/vtysh -c "show ip ospf database summary $6"</command> <children> <node name="adv-router"> <properties> |