]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ipv6: Expose reachable and retrans timer values as msecs
authorThomas Graf <tgraf@infradead.org>
Wed, 17 Nov 2010 04:12:02 +0000 (04:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Nov 2010 20:08:36 +0000 (12:08 -0800)
commit18a31e1e282f9ed563b131526a88162ccbe04ee3
tree1ab16b75f4302854d5b2840143624577189f9997
parent07bfa524d4c67acbb6b6fbdd1dea923d07853c04
ipv6: Expose reachable and retrans timer values as msecs

Expose reachable and retrans timer values in msecs instead of jiffies.
Both timer values are already exposed as msecs in the neighbour table
netlink interface.

The creation timestamp format with increased precision is kept but
cleaned up.

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