commit | b1cadc1a0949c82ff7fcb15603e3caf2d32ff9f6 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Jun 18 21:52:02 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 18 22:11:38 2016 -0700 |
tree | fb574ee11be97ef84b0c29ff46c3aaa992821ba9 | |
parent | adc01582e36fc228f6f1c82188f7501eb4c6154f [diff] |
ipv6: icmp: add a force_saddr param to icmp6_send() SIT or GRE tunnels might want to translate an IPV4 address into a v4mapped one when translating ICMP to ICMPv6. This patch adds the parameter to icmp6_send() but does not change icmpv6_send() signature. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>