]> git.baikalelectronics.ru Git - kernel.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)
commit79ddbf612fac9f33357a5ad1830b088f3122d39a
tree1ab16b75f4302854d5b2840143624577189f9997
parent5c06757491f69d341309c84729d6d6629d6ace60
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