diff options
Diffstat (limited to 'net/ipv4/af_inet.c')
-rw-r--r-- | net/ipv4/af_inet.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/af_inet.c b/net/ipv4/af_inet.c index 7f8b27ff94ff..5089a369e99c 100644 --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c | |||
@@ -1291,6 +1291,7 @@ static struct net_protocol udp_protocol = { | |||
1291 | 1291 | ||
1292 | static struct net_protocol icmp_protocol = { | 1292 | static struct net_protocol icmp_protocol = { |
1293 | .handler = icmp_rcv, | 1293 | .handler = icmp_rcv, |
1294 | .no_policy = 1, | ||
1294 | }; | 1295 | }; |
1295 | 1296 | ||
1296 | static int __init init_ipv4_mibs(void) | 1297 | static int __init init_ipv4_mibs(void) |