unless the old status is probably reachable (i.e. the link-layer address
has already been resolved).
KAME PR 235.
-/* $OpenBSD: nd6.c,v 1.7 2000/02/28 11:55:22 itojun Exp $ */
+/* $OpenBSD: nd6.c,v 1.8 2000/04/13 14:11:17 itojun Exp $ */
/* $KAME: nd6.c,v 1.41 2000/02/24 16:34:50 itojun Exp $ */
/*
}
ln = (struct llinfo_nd6 *)rt->rt_llinfo;
- if (ln->ln_state == ND6_LLINFO_INCOMPLETE)
+ if (ln->ln_state < ND6_LLINFO_REACHABLE)
return;
ln->ln_state = ND6_LLINFO_REACHABLE;