store nd6 expiries in the route, not separately in the llinfo struct.
authordlg <dlg@openbsd.org>
Wed, 13 Jul 2016 01:51:22 +0000 (01:51 +0000)
committerdlg <dlg@openbsd.org>
Wed, 13 Jul 2016 01:51:22 +0000 (01:51 +0000)
commit3bc414e34b4c9d32ee096232adbd166b6a28f2c1
tree85869a29dca29b6be4def848d0a7c06b2400d675
parent5c6aa57bc1638232339f8bc66a463d9d4e6b97fe
store nd6 expiries in the route, not separately in the llinfo struct.

this makes it more consistent with arp, and makes expiries visible
via route(8) get as well as ndp(8).

ok mpi@ florian@
sys/netinet6/nd6.c
sys/netinet6/nd6.h