]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Seperate out install/removal of aggregate from delete function
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 16:31:17 +0000 (12:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 16:44:07 +0000 (12:44 -0400)
commitc701010e1f9a55c40f9dedfc283dcb4ccfe96ed3
treed7854538e62c72c5308608e95a0fd7ee6a64999c
parent3624ac810604744b043a836b6c3cf11fb8a0493d
bgpd: Seperate out install/removal of aggregate from delete function

This is a transitional commit, to get us where we want to go.
Seperate out the install/removal of the aggregate route from
the bgp_aggregate_delete and bgp_aggregate_route functions.

In the future we'll write a bit of code to determine if the
aggregate add has actually changed any information we care
about.

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