mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 14:25:35 +00:00
Merge pull request #14975 from imzyxwvu/tidy-aggregate-duplication
bgpd: Remove duplicated code in `bgp_aggregate_route`
This commit is contained in:
commit
00b23f22c5
@ -7595,7 +7595,6 @@ bool bgp_aggregate_route(struct bgp *bgp, const struct prefix *p, afi_t afi,
|
||||
*/
|
||||
aggregate->count = 0;
|
||||
aggregate->incomplete_origin_count = 0;
|
||||
aggregate->incomplete_origin_count = 0;
|
||||
aggregate->egp_origin_count = 0;
|
||||
|
||||
/* ORIGIN attribute: If at least one route among routes that are
|
||||
|
Loading…
Reference in New Issue
Block a user