mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
bgpd: Remove duplicated code in bgp_aggregate_route
Signed-off-by: zyxwvu Shi <i@shiyc.cn>
This commit is contained in:
parent
4a2ece949e
commit
c2d97a2733
@ -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