mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 05:33:42 +00:00
zebra: hide netlink warning message
Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
This commit is contained in:
parent
925c2f8853
commit
109b90f525
@ -262,8 +262,9 @@ static int netlink_information_fetch(struct sockaddr_nl *snl,
|
|||||||
return netlink_neigh_change(snl, h, ns_id);
|
return netlink_neigh_change(snl, h, ns_id);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
zlog_warn("Unknown netlink nlmsg_type %d vrf %u\n",
|
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||||
h->nlmsg_type, ns_id);
|
zlog_debug("Unknown netlink nlmsg_type %d vrf %u\n",
|
||||||
|
h->nlmsg_type, ns_id);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user