diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-19 18:17:39 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-19 18:17:52 +0200 |
commit | e48b345f7524761a29b7adf36a13c155e2f34d15 (patch) | |
tree | c92c0457392b67a15744a416643f60a0212756cc /op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i | |
parent | c3a65c60cfc854113a9af371f37fba6eb71ad05e (diff) | |
download | vyos-1x-e48b345f7524761a29b7adf36a13c155e2f34d15.tar.gz vyos-1x-e48b345f7524761a29b7adf36a13c155e2f34d15.zip |
op-mode: bgp: "show ip bgp ipv4 unicast" should output all BGP routes
Diffstat (limited to 'op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i')
-rw-r--r-- | op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i index e599bfb3f..36cc9a3fa 100644 --- a/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i +++ b/op-mode-definitions/include/bgp/show-ip-bgp-common.xml.i @@ -35,6 +35,7 @@ <properties> <help>Show BGP IPv4 unicast information</help> </properties> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> <children> <leafNode name="cidr-only"> <properties> |