]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Cleanup of bgp daemon code
authorPascal Mathis <mail@pascalmathis.com>
Sat, 7 Jul 2018 20:34:25 +0000 (22:34 +0200)
committerPascal Mathis <mail@pascalmathis.com>
Sat, 7 Jul 2018 20:51:13 +0000 (22:51 +0200)
commit3f54c705ecc008a69ce95f0f2e61cf529b520ee4
tree9a1eb3615cb5b876cca732867259933d2aff983f
parent76f17a8cc4346efabe5f87b5b2578ed6c8ee6fbf
bgpd: Cleanup of bgp daemon code

This commit removes various parts of the bgpd implementation code which
are unused/useless, e.g. unused functions, unused variable
initializations, unused structs, ...

Signed-off-by: Pascal Mathis <mail@pascalmathis.com>
21 files changed:
bgpd/IMPLEMENTATION.txt
bgpd/bgp_clist.c
bgpd/bgp_ecommunity.c
bgpd/bgp_evpn.c
bgpd/bgp_flowspec.c
bgpd/bgp_lcommunity.c
bgpd/bgp_nexthop.c
bgpd/bgp_open.h
bgpd/bgp_pbr.c
bgpd/bgp_pbr.h
bgpd/bgp_route.c
bgpd/bgp_rpki.c
bgpd/bgp_vnc_types.h
bgpd/bgp_vty.c
bgpd/bgp_zebra.c
bgpd/bgpd.c
bgpd/bgpd.h
bgpd/rfapi/rfapi.c
bgpd/rfapi/rfapi_rib.c
bgpd/rfapi/vnc_export_bgp.c
bgpd/rfapi/vnc_import_bgp.c