From 46b749388e0198f0cb3eb5eca1bd1d6e940b2702 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 9 Feb 2021 22:22:21 +0100 Subject: xml: op-mode: remove absolute path from vtysh --- ...w-ip-access-paths-prefix-community-lists.xml.in | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in') diff --git a/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in b/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in index a5ec65c94..d7222516a 100644 --- a/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in +++ b/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in @@ -11,7 +11,7 @@ Show all IP access-lists - /usr/bin/vtysh -c "show ip access-list" + vtysh -c "show ip access-list" @@ -20,13 +20,13 @@ policy access-list - /usr/bin/vtysh -c "show ip access-list $4" + vtysh -c "show ip access-list $4" Show all as-path-access-lists - /usr/bin/vtysh -c "show ip as-path-access-list" + vtysh -c "show ip as-path-access-list" @@ -35,13 +35,13 @@ policy as-path-list - /usr/bin/vtysh -c "show ip as-path-access-list $4" + vtysh -c "show ip as-path-access-list $4" Show IP community-lists - /usr/bin/vtysh -c "show bgp community-list" + vtysh -c "show bgp community-list" @@ -50,13 +50,13 @@ policy community-list - /usr/bin/vtysh -c "show bgp community-list $4 detail" + vtysh -c "show bgp community-list $4 detail" Show extended IP community-lists - /usr/bin/vtysh -c "show bgp extcommunity-list" + vtysh -c "show bgp extcommunity-list" @@ -65,19 +65,19 @@ policy extcommunity-list - /usr/bin/vtysh -c "show bgp extcommunity-list $4 detail" + vtysh -c "show bgp extcommunity-list $4 detail" Show IP forwarding status - /usr/bin/vtysh -c "show ip forwarding" + vtysh -c "show ip forwarding" Show IP large-community-lists - /usr/bin/vtysh -c "show bgp large-community-list" + vtysh -c "show bgp large-community-list" @@ -86,13 +86,13 @@ policy large-community-list - /usr/bin/vtysh -c "show bgp large-community-list $4 detail" + vtysh -c "show bgp large-community-list $4 detail" Show all IP prefix-lists - /usr/bin/vtysh -c "show ip prefix-list" + vtysh -c "show ip prefix-list" @@ -101,13 +101,13 @@ policy prefix-list - /usr/bin/vtysh -c "show ip prefix-list $4" + vtysh -c "show ip prefix-list $4" Show IP route-maps per protocol - /usr/bin/vtysh -c "show ip protocol" + vtysh -c "show ip protocol" -- cgit v1.2.3