> I'll give that a try and let you know. However, it seems odd to not have > ire_nce_init() doing this.
Hmm, I tried this, but nce_lookup_v4() returns NULL. Any ideas?
if (ire->ire_ipversion == IPV4_VERSION)
nce = ndp_lookup_v4(ire_to_ill(ire),
&ire->ire_addr, B_FALSE);
else
nce = ndp_lookup_v6(ire_to_ill(ire),
&ire->ire_addr_v6, B_FALSE);
ASSERT(nce != NULL);
nce->nce_state = ND_REACHABLE;
nce_fastpath(nce);
NCE_REFRELE(nce);
--
meem
