mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:46:22 +00:00
Merge pull request #7638 from donaldsharp/reduce_warn
zebra: Reduce warn -> debug
This commit is contained in:
commit
c49042b407
@ -1364,7 +1364,8 @@ void process_remote_macip_add(vni_t vni, struct ethaddr *macaddr,
|
|||||||
/* Locate EVPN hash entry - expected to exist. */
|
/* Locate EVPN hash entry - expected to exist. */
|
||||||
zevpn = zebra_evpn_lookup(vni);
|
zevpn = zebra_evpn_lookup(vni);
|
||||||
if (!zevpn) {
|
if (!zevpn) {
|
||||||
zlog_warn("Unknown VNI %u upon remote MACIP ADD", vni);
|
if (IS_ZEBRA_DEBUG_VXLAN)
|
||||||
|
zlog_debug("Unknown VNI %u upon remote MACIP ADD", vni);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user