Index: nd6.c =================================================================== RCS file: /usr/store/mlaier/fcvs/src/sys/netinet6/nd6.c,v retrieving revision 1.62 diff -u -p -r1.62 nd6.c --- nd6.c 22 Oct 2005 05:07:16 -0000 1.62 +++ nd6.c 31 Oct 2005 18:49:58 -0000 @@ -395,6 +395,7 @@ nd6_llinfo_settimer(ln, tick) struct llinfo_nd6 *ln; long tick; { + printf("For %p %ld ticks\n", ln, tick); if (tick < 0) { ln->ln_expire = 0; ln->ln_ntick = 0;