mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 23:52:18 +00:00
Merge pull request #11443 from opensourcerouting/fix/duplicate_label
bgpd: Drop duplicate label assignment
This commit is contained in:
commit
f21ba4fbae
@ -1037,8 +1037,6 @@ struct attr *bgp_attr_aggregate_intern(
|
||||
else
|
||||
attr.aggregator_as = bgp->as;
|
||||
attr.aggregator_addr = bgp->router_id;
|
||||
attr.label_index = BGP_INVALID_LABEL_INDEX;
|
||||
attr.label = MPLS_INVALID_LABEL;
|
||||
|
||||
/* Apply route-map */
|
||||
if (aggregate->rmap.name) {
|
||||
|
Loading…
Reference in New Issue
Block a user