From: Roopa Prabhu
Date: Sun, 19 Mar 2017 22:01:28 -0700
> From: Roopa Prabhu
>
> neigh notifications today carry pid 0 for nlmsg_pid
> in all cases. This patch fixes it to carry calling process
> pid when available. Applications (eg. quagga) rely on
> nlmsg_pid to ignore notifications generate
From: Roopa Prabhu
neigh notifications today carry pid 0 for nlmsg_pid
in all cases. This patch fixes it to carry calling process
pid when available. Applications (eg. quagga) rely on
nlmsg_pid to ignore notifications generated by their own
netlink operations. This patch follows the routing subsy