diff options
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 | 7 |
1 files changed, 1 insertions, 6 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 49e035b5f..559b20755 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 @@ -94,12 +94,7 @@ </properties> <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </leafNode> - <leafNode name="received-routes"> - <properties> - <help>Show the received routes from neighbor</help> - </properties> - <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> - </leafNode> + #include <include/bgp/received-routes.xml.i> <leafNode name="routes"> <properties> <help>Show routes learned from neighbor</help> |