From: Ian Jackson Date: Sat, 3 May 2014 10:49:35 +0000 (+0100) Subject: netlink: Plumb "sender" through to ICMP generation X-Git-Tag: debian/0.3.1_beta2~3 X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/commitdiff_plain/ab62c3ed691a3a6a1ce3f027f50a942c8397b063?hp=ab62c3ed691a3a6a1ce3f027f50a942c8397b063 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 ---