mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 13:19:31 +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)
|
int zebra_evpn_vtep_uninstall(struct zebra_evpn *zevpn, struct in_addr *vtep_ip)
|
||||||
{
|
{
|
||||||
if (!zevpn->vxlan_if) {
|
if (!zevpn->vxlan_if) {
|
||||||
zlog_debug("VNI %u hash %p couldn't be uninstalled - no intf",
|
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||||
zevpn->vni, zevpn);
|
zlog_debug("VNI %u hash %p couldn't be uninstalled - no intf",
|
||||||
|
zevpn->vni, zevpn);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user