Merge pull request #3172 from opensourcerouting/bfd-mhop-lookup

bfdd: fix multi hop hash lookup
This commit is contained in:
Donald Sharp 2018-10-14 18:04:22 -04:00 committed by GitHub
commit c9e3c7bfb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1045,7 +1045,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)