From 02b37c84c1a9b89ba33e76668a81f65cc7ee19c4 Mon Sep 17 00:00:00 2001 From: sever-sever Date: Sat, 9 Jan 2021 18:45:25 +0000 Subject: ospf: T3198: Fix show information for database tag nodes --- op-mode-definitions/show-ip-ospf.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'op-mode-definitions') 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 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database asbr-summary" + /usr/bin/vtysh -c "show ip ospf database asbr-summary $6" @@ -107,7 +107,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database external" + /usr/bin/vtysh -c "show ip ospf database external $6" @@ -166,7 +166,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database network" + /usr/bin/vtysh -c "show ip ospf database network $6" @@ -219,7 +219,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database nssa-external" + /usr/bin/vtysh -c "show ip ospf database nssa-external $6" @@ -272,7 +272,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database opaque-area" + /usr/bin/vtysh -c "show ip ospf database opaque-area $6" @@ -325,7 +325,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database opaque-as" + /usr/bin/vtysh -c "show ip ospf database opaque-as $6" @@ -378,7 +378,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database opaque-link" + /usr/bin/vtysh -c "show ip ospf database opaque-link $6" @@ -431,7 +431,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database router" + /usr/bin/vtysh -c "show ip ospf database router $6" @@ -490,7 +490,7 @@ <x.x.x.x> - /usr/bin/vtysh -c "show ip ospf database summary" + /usr/bin/vtysh -c "show ip ospf database summary $6" -- cgit v1.2.3