netlink: do not require elevated privileges when reading arp/ndp state.

MFC after:	1 day
This commit is contained in:
Alexander V. Chernikov 2023-02-09 14:12:33 +00:00
parent c8f47b2882
commit 5a5436eb5d

View File

@ -519,7 +519,6 @@ static const struct rtnl_cmd_handler cmd_handlers[] = {
.cmd = NL_RTM_GETNEIGH,
.name = "RTM_GETNEIGH",
.cb = &rtnl_handle_getneigh,
.priv = PRIV_NET_ROUTE,
}
};