]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/rfapi/vnc_import_bgp.c
bgpd: move bgp_show_type enumerate to bgp_route.h
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Jan 2017 10:44:18 +0000 (11:44 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 24 Jan 2017 15:18:55 +0000 (16:18 +0100)
commitb2f0fa552bf1a8523b7f94fd6c758f4a720b62b6
tree054016c212fdc479fef87d51829790e6e143a56e
parent4e01997895afbb7df5416510f28d48aa954162f2
bgpd: move bgp_show_type enumerate to bgp_route.h

This bgp_show_type enumerate was duplicated and modified in several
places. The commit takes the enumerate with the biggest enumerate, so
that it can be used by all the functions using this enumerate.

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