summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/bgp
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-09-25 16:34:52 +0200
committerChristian Poessinger <christian@poessinger.com>2021-09-25 16:34:52 +0200
commit801123eff1bf232ca1e5202ceb0989c2fba34c86 (patch)
treea38f843d40650e10df083aeedc29a219d294f7d3 /op-mode-definitions/include/bgp
parentbcf7a9bb38c537bb1bdc5b37c680e3c65a785278 (diff)
downloadvyos-1x-801123eff1bf232ca1e5202ceb0989c2fba34c86.tar.gz
vyos-1x-801123eff1bf232ca1e5202ceb0989c2fba34c86.zip
op-mode: bgp: "show bgp ipv4|ipv6" should display routing table
The <command> node was missed out when adding the XML definitions.
Diffstat (limited to 'op-mode-definitions/include/bgp')
-rw-r--r--op-mode-definitions/include/bgp/show-bgp-common.xml.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/show-bgp-common.xml.i b/op-mode-definitions/include/bgp/show-bgp-common.xml.i
index 0664b11fc..e81b26b3e 100644
--- a/op-mode-definitions/include/bgp/show-bgp-common.xml.i
+++ b/op-mode-definitions/include/bgp/show-bgp-common.xml.i
@@ -22,6 +22,7 @@
#include <include/bgp/afi-ipv4-ipv6-common.xml.i>
#include <include/bgp/afi-ipv4-ipv6-vpn.xml.i>
</children>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<tagNode name="ipv6">
<properties>
@@ -44,6 +45,7 @@
#include <include/bgp/afi-ipv4-ipv6-common.xml.i>
#include <include/bgp/afi-ipv4-ipv6-vpn.xml.i>
</children>
+ <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
</node>
<node name="l2vpn">
<properties>