mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-28 21:20:48 +00:00
Merge pull request #13506 from anlancs/fix/bfdd-vrf-check
bfdd: Fix malformed session with vrf
This commit is contained in:
commit
884b0a21f9
@ -878,7 +878,7 @@ void bfd_recv_cb(struct event *t)
|
|||||||
/*
|
/*
|
||||||
* We may have a situation where received packet is on wrong vrf
|
* We may have a situation where received packet is on wrong vrf
|
||||||
*/
|
*/
|
||||||
if (bfd && bfd->vrf && bfd->vrf != bvrf->vrf) {
|
if (bfd && bfd->vrf && bfd->vrf->vrf_id != vrfid) {
|
||||||
cp_debug(is_mhop, &peer, &local, ifindex, vrfid,
|
cp_debug(is_mhop, &peer, &local, ifindex, vrfid,
|
||||||
"wrong vrfid.");
|
"wrong vrfid.");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user