commit | 45942ba890e6f35232727a5fa33d732681f4eb9f | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Tue Feb 11 20:47:09 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 13 14:19:00 2020 -0800 |
tree | 84de00384b03f8928917d5e346532a864f119928 | |
parent | a12d7f3cbdc72c7625881c8dc2660fc2c979fdf2 [diff] |
xfrm: interface: use icmp_ndo_send helper Because xfrmi is calling icmp from network device context, it should use the ndo helper so that the rate limiting applies correctly. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Cc: Nicolas Dichtel <nicolas.dichtel@6wind.com> Cc: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>