summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-09 22:22:21 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-09 22:22:21 +0100
commit46b749388e0198f0cb3eb5eca1bd1d6e940b2702 (patch)
tree7e1a0bc7ee542c5e947e363bace6b6d28182516a /op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in
parent9bee3a053a832f20949ba3570acc376d4156b31b (diff)
downloadvyos-1x-46b749388e0198f0cb3eb5eca1bd1d6e940b2702.tar.gz
vyos-1x-46b749388e0198f0cb3eb5eca1bd1d6e940b2702.zip
xml: op-mode: remove absolute path from vtysh
Diffstat (limited to 'op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in')
-rw-r--r--op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in28
1 files changed, 14 insertions, 14 deletions
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 @@
<properties>
<help>Show all IP access-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show ip access-list"</command>
+ <command>vtysh -c "show ip access-list"</command>
</leafNode>
<tagNode name="access-list">
<properties>
@@ -20,13 +20,13 @@
<path>policy access-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show ip access-list $4"</command>
+ <command>vtysh -c "show ip access-list $4"</command>
</tagNode>
<leafNode name="as-path-access-list">
<properties>
<help>Show all as-path-access-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show ip as-path-access-list"</command>
+ <command>vtysh -c "show ip as-path-access-list"</command>
</leafNode>
<tagNode name="as-path-access-list">
<properties>
@@ -35,13 +35,13 @@
<path>policy as-path-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show ip as-path-access-list $4"</command>
+ <command>vtysh -c "show ip as-path-access-list $4"</command>
</tagNode>
<leafNode name="community-list">
<properties>
<help>Show IP community-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show bgp community-list"</command>
+ <command>vtysh -c "show bgp community-list"</command>
</leafNode>
<tagNode name="community-list">
<properties>
@@ -50,13 +50,13 @@
<path>policy community-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show bgp community-list $4 detail"</command>
+ <command>vtysh -c "show bgp community-list $4 detail"</command>
</tagNode>
<leafNode name="extcommunity-list">
<properties>
<help>Show extended IP community-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show bgp extcommunity-list"</command>
+ <command>vtysh -c "show bgp extcommunity-list"</command>
</leafNode>
<tagNode name="extcommunity-list">
<properties>
@@ -65,19 +65,19 @@
<path>policy extcommunity-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show bgp extcommunity-list $4 detail"</command>
+ <command>vtysh -c "show bgp extcommunity-list $4 detail"</command>
</tagNode>
<leafNode name="forwarding">
<properties>
<help>Show IP forwarding status</help>
</properties>
- <command>/usr/bin/vtysh -c "show ip forwarding"</command>
+ <command>vtysh -c "show ip forwarding"</command>
</leafNode>
<leafNode name="large-community-list">
<properties>
<help>Show IP large-community-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show bgp large-community-list"</command>
+ <command>vtysh -c "show bgp large-community-list"</command>
</leafNode>
<tagNode name="large-community-list">
<properties>
@@ -86,13 +86,13 @@
<path>policy large-community-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show bgp large-community-list $4 detail"</command>
+ <command>vtysh -c "show bgp large-community-list $4 detail"</command>
</tagNode>
<leafNode name="prefix-list">
<properties>
<help>Show all IP prefix-lists</help>
</properties>
- <command>/usr/bin/vtysh -c "show ip prefix-list"</command>
+ <command>vtysh -c "show ip prefix-list"</command>
</leafNode>
<tagNode name="prefix-list">
<properties>
@@ -101,13 +101,13 @@
<path>policy prefix-list</path>
</completionHelp>
</properties>
- <command>/usr/bin/vtysh -c "show ip prefix-list $4"</command>
+ <command>vtysh -c "show ip prefix-list $4"</command>
</tagNode>
<leafNode name="protocol">
<properties>
<help>Show IP route-maps per protocol</help>
</properties>
- <command>/usr/bin/vtysh -c "show ip protocol"</command>
+ <command>vtysh -c "show ip protocol"</command>
</leafNode>
</children>
</node>