]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit93908d192686d8285dd6441ff855df92a40103d2
treef5d22a57782538cb2fe3a794294eef72bc8ede08
parentd530db0db90378b5674cb78d9c0cfcc83f851a5e
ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies

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>
net/ipv6/addrconf.c