mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02: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,6 +1286,7 @@ 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) {
|
||||
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 a new issue