icmp: fix units for ratelimit
authorStephen Hemminger <shemminger@vyatta.com>
Wed, 2 Jul 2008 02:29:07 +0000 (19:29 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 Jul 2008 02:29:07 +0000 (19:29 -0700)
Convert the sysctl values for icmp ratelimit to use milliseconds instead
of jiffies which is based on kernel configured HZ.
Internal kernel jiffies are not a proper unit for any userspace API.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found