]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Honor origin change in bgp aggregates
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 10 Sep 2018 14:19:03 +0000 (10:19 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 10 Sep 2018 14:19:03 +0000 (10:19 -0400)
commit29f7d0232e90d913955e77378be15cefdbc19487
treee583cf53aabaec20ef85e51e55c415aba25e6180
parenteac04cfd59d1bca0b5a35e045fe63c88174d5cb6
bgpd: Honor origin change in bgp aggregates

When the origin changed we must honor and update the aggregate
to the peer.  This code adds a bit of code to the bgp_aggregate_info_same
code to see if the origin has changed and to indicate that it has.

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