mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
Merge pull request #914 from jbonor/fixes
bgpd: remove bogus change in attrhash_key_make()
This commit is contained in:
commit
f1c7dff173
@ -566,12 +566,6 @@ unsigned int attrhash_key_make(void *p)
|
||||
MIX(attr->nexthop.s_addr);
|
||||
MIX(attr->med);
|
||||
MIX(attr->local_pref);
|
||||
|
||||
key += attr->origin;
|
||||
key += attr->nexthop.s_addr;
|
||||
key += attr->med;
|
||||
key += attr->local_pref;
|
||||
|
||||
MIX(attr->aggregator_as);
|
||||
MIX(attr->aggregator_addr.s_addr);
|
||||
MIX(attr->weight);
|
||||
|
Loading…
Reference in New Issue
Block a user