]> err.no Git - linux-2.6/blobdiff - net/ipv4/sysctl_net_ipv4.c
mib: add struct net to ICMPMSGIN_INC_STATS_BH
[linux-2.6] / net / ipv4 / sysctl_net_ipv4.c
index 9016070032054f9fa6d5aa30c08ff1c3f91dc9ee..14ef202a2254f21a57e4c7e5dfdd666e8ef65e63 100644 (file)
@@ -793,7 +793,8 @@ static struct ctl_table ipv4_net_table[] = {
                .data           = &init_net.ipv4.sysctl_icmp_ratelimit,
                .maxlen         = sizeof(int),
                .mode           = 0644,
-               .proc_handler   = &proc_dointvec
+               .proc_handler   = &proc_dointvec_ms_jiffies,
+               .strategy       = &sysctl_ms_jiffies
        },
        {
                .ctl_name       = NET_IPV4_ICMP_RATEMASK,