mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 04:25:43 +00:00
bgpd: Fix test for matching UN prefix and the peer
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
8248a4bc21
commit
80c6a472f0
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user