]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Collapse bgp_aggregate_add into bgp_aggregate_route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 17:33:19 +0000 (13:33 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 17:33:19 +0000 (13:33 -0400)
commitf273fef13f46fd6b3bb09443a3c52b0e3a9e21c3
tree99d6e2e610835788f14549d8c2b6de1ae70feabb
parenteaaf8adb7c4c736702e5789b3c4f0048001a843f
bgpd: Collapse bgp_aggregate_add into bgp_aggregate_route

These two functions are functionally the same, except
bgp_aggregate_route is meant to handle the addition and
deletion of routes, while aggregate_add is meant for all of them.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_route.c