commit | 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 | [log] [tgz] |
---|---|---|
author | Matteo Croce <mcroce@redhat.com> | Sat Nov 02 01:12:04 2019 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 05 14:03:11 2019 -0800 |
tree | 92febdbde61f84d4ff24efe5db7520126522be56 | |
parent | 15122464d525f684a61806d28597050cdcef0f32 [diff] |
icmp: remove duplicate code The same code which recognizes ICMP error packets is duplicated several times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which do the same thing. ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types, assume that they should instead. Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>