]> rtime.felk.cvut.cz Git - linux-imx.git/commit
ipv4: Really ignore ICMP address requests/replies.
authorDavid S. Miller <davem@davemloft.net>
Mon, 23 Jul 2012 20:20:26 +0000 (13:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jul 2012 20:20:26 +0000 (13:20 -0700)
commit838942a594017817d33b2d914152305054e255af
treedd2f656813e142e49f3365c13916be45eef5178e
parent8acfaa948440717a11d15a4ea579d68a5366fea4
ipv4: Really ignore ICMP address requests/replies.

Alexey removed kernel side support for requests, and the
only thing we do for replies is log a message if something
doesn't look right.

As Alexey's comment indicates, this belongs in userspace (if
anywhere), and thus we can safely just get rid of this code.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c