]> 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>
Tue, 11 Sep 2018 01:27:18 +0000 (21:27 -0400)
commit21720617e2eaed70a97e4e549792be508b586b61
tree5f924cd28903b1bd8dfbcd5e801729ac206b6f04
parent7cbe25ab95722e27940579872613e9327a13ba10
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