From: Roopa Prabhu <redacted>
Date: Sun, 19 Mar 2017 22:01:28 -0700
From: Roopa Prabhu <redacted>
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 subsystem
which already sets this correctly.
Reported-by: Vivek Venkatraman <redacted>
Signed-off-by: Roopa Prabhu <redacted>
Applied, thank you.