mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 18:29:46 +00:00
zebra: Missed debug guard in zebra_evpn.c
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
e2d9e19282
commit
922489a8d6
@ -1286,8 +1286,9 @@ int zebra_evpn_vtep_install(struct zebra_evpn *zevpn, struct zebra_vtep *zvtep)
|
||||
int zebra_evpn_vtep_uninstall(struct zebra_evpn *zevpn, struct in_addr *vtep_ip)
|
||||
{
|
||||
if (!zevpn->vxlan_if) {
|
||||
zlog_debug("VNI %u hash %p couldn't be uninstalled - no intf",
|
||||
zevpn->vni, zevpn);
|
||||
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||
zlog_debug("VNI %u hash %p couldn't be uninstalled - no intf",
|
||||
zevpn->vni, zevpn);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user