mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 12:01:43 +00:00
rfapi: remove vestigial assert
Signed-off-by: Lou Berger <lberger@labn.net>
This commit is contained in:
parent
f4dd8c4620
commit
41fd9520c2
@ -3530,7 +3530,9 @@ void rfapiBgpInfoFilteredImportVPN(
|
|||||||
* Compare types. Doing so prevents a RFP-originated
|
* Compare types. Doing so prevents a RFP-originated
|
||||||
* route from matching an imported route, for example.
|
* route from matching an imported route, for example.
|
||||||
*/
|
*/
|
||||||
assert(bi->type == type);
|
if (bi->type != type) /* should be handled by RDs, but warn for now */
|
||||||
|
zlog_warn("%s: type mismatch! (bi=%d, arg=%d)",
|
||||||
|
__func__, bi->type, type);
|
||||||
|
|
||||||
vnc_zlog_debug_verbose("%s: found matching bi",
|
vnc_zlog_debug_verbose("%s: found matching bi",
|
||||||
__func__);
|
__func__);
|
||||||
|
Loading…
Reference in New Issue
Block a user