zebra: zebra_vxlan.c assert on dev escape problem

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
Donald Sharp 2024-11-14 16:02:18 -05:00
parent 922489a8d6
commit d580af8394

View File

@ -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;
}
}