]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix ambiguity between show ip bgp ipv4|ipv6 encap|vpn commands
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 24 Jan 2017 14:49:47 +0000 (15:49 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 24 Jan 2017 15:18:55 +0000 (16:18 +0100)
commit4e01997895afbb7df5416510f28d48aa954162f2
tree86d6c824ca51afd0a9c13a439e00168b79b774ce
parent1496eba797f32bce77960e966f27b7f8b944d52f
bgpd: fix ambiguity between show ip bgp ipv4|ipv6 encap|vpn commands

The commit is removed duplicated command show ip bgp ipv4|ipv6 enca|vpn
command that is conflicting between bgp_route.c and
bgp_mplsvpn.c/bgp_encap.c files. The fix is integrating the call to
specific mpls or encap settings from inside bgp_show_route() function.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_encap.c
bgpd/bgp_encap.h
bgpd/bgp_mplsvpn.c
bgpd/bgp_mplsvpn.h
bgpd/bgp_route.c