mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-30 00:19:28 +00:00
Merge pull request #15743 from anlancs/compile-bgp-vnc
bgpd: fix compile error
This commit is contained in:
commit
e53918e499
@ -3339,7 +3339,9 @@ static void bgp_process_main_one(struct bgp *bgp, struct bgp_dest *dest,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef ENABLE_BGP_VNC
|
||||||
const struct prefix *p = bgp_dest_get_prefix(dest);
|
const struct prefix *p = bgp_dest_get_prefix(dest);
|
||||||
|
#endif
|
||||||
|
|
||||||
debug = bgp_debug_bestpath(dest);
|
debug = bgp_debug_bestpath(dest);
|
||||||
if (debug)
|
if (debug)
|
||||||
|
Loading…
Reference in New Issue
Block a user