netlink: Plumb "sender" through to ICMP generation
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 May 2014 10:49:35 +0000 (11:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 3 May 2014 15:35:02 +0000 (16:35 +0100)
commitab62c3ed691a3a6a1ce3f027f50a942c8397b063
tree9d477d203b677f06cf4e1432ebf1928398baacf2
parentdbe11c2091cfdb8f99f032a9ed81321b09c4094e
netlink: Plumb "sender" through to ICMP generation

In order for a point-to-point netlink to correctly construct and
deliver ICMP, it needs to know which way the original packet was
going.  So provide the ICMP generation code with this information, in
the form of the "sender" client.

No functional change.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
netlink.c