David S. Miller wrote: > From: Padraig Brady > Date: Tue, 11 Jun 2002 15:11:40 +0100 > > /proc/sys/net/ipv4/conf/../{arp_filter,tag} > are not documented. > > Nobody had time to document them, that is all. Patch (against 2.5.21) attached to add this documentation and fix other bits. > /proc/sys/net/ipv4/icmp_rate_limit is jiffies. > Shouldn't this be HZ, i.e. jiffies shouldn't > be exported to userspace as it's non portable? > > What if you want to specify value smaller than HZ? > That is the most typical for this setting. > I didn't touch this as there were other sysctls specified in jiffies, and also it would break compatability with existing config. I still think jiffies should be hidden from userspace. cheers, Padraig.