bgpd: Fix test for matching UN prefix and the peer

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2022-08-30 12:06:19 +03:00
parent 8248a4bc21
commit 80c6a472f0

View File

@ -3750,7 +3750,7 @@ void rfapiBgpInfoFilteredImportVPN(
remote_peer_match = 1;
}
if (!un_match & !remote_peer_match)
if (!un_match && !remote_peer_match)
continue;
vnc_zlog_debug_verbose(