mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:41:20 +00:00
Merge pull request #3218 from opensourcerouting/60-bfdmhoplookup
6.0: bfdd: fix multi hop hash lookup
This commit is contained in:
commit
73c497e409
@ -1092,7 +1092,7 @@ struct bfd_session *bfd_mhop_lookup(struct bfd_mhop_key mhop)
|
||||
|
||||
_mhop_key(&bs, &mhop);
|
||||
|
||||
return hash_lookup(bfd_shop_hash, &bs);
|
||||
return hash_lookup(bfd_mhop_hash, &bs);
|
||||
}
|
||||
|
||||
struct bfd_vrf *bfd_vrf_lookup(int vrf_id)
|
||||
|
Loading…
Reference in New Issue
Block a user