mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:18:52 +00:00
zebra: EVPN fix code style in vlan vni map debugs
Fix up couple of style issues missed in PR 17483 Signed-off-by: Chirag Shah <chirag@nvidia.com>
This commit is contained in:
parent
bcf6e53314
commit
887a0840f6
@ -4757,10 +4757,9 @@ void zebra_vxlan_remote_vtep_add(vrf_id_t vrf_id, vni_t vni,
|
|||||||
/* If down or not mapped to a bridge, we're done. */
|
/* If down or not mapped to a bridge, we're done. */
|
||||||
if (!if_is_operative(ifp) || !zif->brslave_info.br_if) {
|
if (!if_is_operative(ifp) || !zif->brslave_info.br_if) {
|
||||||
if (IS_ZEBRA_DEBUG_KERNEL)
|
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||||
zlog_debug(
|
zlog_debug("%s VNI %u VTEP %pI4 ifp %s oper %u br_if %u skipping update",
|
||||||
"%s VNI %u VTEP %pI4 ifp %s oper %u br_if %u skipping update",
|
__func__, zevpn->vni, &vtep_ip, ifp->name, if_is_operative(ifp),
|
||||||
__func__, zevpn->vni, &vtep_ip, ifp->name,
|
!zif->brslave_info.br_if);
|
||||||
if_is_operative(ifp), !zif->brslave_info.br_if);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user