mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 07:37:29 +00:00
zebra: zebra_vxlan.c assert on dev escape problem
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
922489a8d6
commit
d580af8394
@ -172,8 +172,7 @@ static int host_rb_entry_compare(const struct host_rb_entry *hle1,
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
} else {
|
} else {
|
||||||
zlog_debug("%s: Unexpected family type: %d", __func__,
|
assert(!"Received unexpected family type, dev escape");
|
||||||
hle1->p.family);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user