mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 22:19:21 +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);
|
||||
break;
|
||||
default:
|
||||
zlog_warn("Unknown netlink nlmsg_type %d vrf %u\n",
|
||||
h->nlmsg_type, ns_id);
|
||||
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||
zlog_debug("Unknown netlink nlmsg_type %d vrf %u\n",
|
||||
h->nlmsg_type, ns_id);
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user