ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies
authorThomas Graf <tgraf@infradead.org>
Wed, 17 Nov 2010 01:44:24 +0000 (01:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2010 19:05:01 +0000 (11:05 -0800)
IFLA_PROTINFO exposes timer related per device settings in jiffies.
Change it to expose these values in msecs like the sysctl interface
does.

I did not find any users of IFLA_PROTINFO which rely on any of these
values and even if there are, they are likely already broken because
there is no way for them to reliably convert such a value to another
time format.

Signed-off-by: Thomas Graf <tgraf@infradead.org>
Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found