[zebra:linux] netlink: no need to change privs for receive
commit4c699477d24e7104893130d072963df5cea17214
authorStephen Hemminger <stephen.hemminger@vyatta.com>
Sun, 17 Aug 2008 16:01:44 +0000 (17 17:01 +0100)
committerPaul Jakma <paul@quagga.net>
Fri, 22 Aug 2008 18:56:25 +0000 (22 19:56 +0100)
tree9e4336586dd07868f905c87a4a7479e2b8b0795f
parent898987e976e8f7a50a4549475ab4970a85895f31
[zebra:linux] netlink: no need to change privs for receive

2008-06-17 Stephen Hemminger <stephen.hemminger@vyatta.com>

* rt_netlink.c: (netlink_parse_info) Linux doesn't check privledges
  on receive, so avoid the overhead of lowering and raising the
  priviledges on each received message

Signed-off-by: Paul Jakma <paul@quagga.net>
zebra/rt_netlink.c