]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: Allow bgp to know when to actually add/delete agg route
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 17:13:00 +0000 (13:13 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 6 Jun 2018 17:13:00 +0000 (13:13 -0400)
commiteaaf8adb7c4c736702e5789b3c4f0048001a843f
tree3e94c32a2ce7e5ce4f8ead36b5850ae92afb634d
parent3b7db17342b8c91a7dbc8fedb21c7b01532ada5a
bgpd: Allow bgp to know when to actually add/delete agg route

The aggregated route was being sent in updates to peers every
time a route changed that we were aggregating.  Modify
the code such that we only send aggregated route updates
if we actually have something different to tell the peer.

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