mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 00:06:09 +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;
|
||||
} else {
|
||||
zlog_debug("%s: Unexpected family type: %d", __func__,
|
||||
hle1->p.family);
|
||||
assert(!"Received unexpected family type, dev escape");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user