Neighbor state notification also when adding new neighbors

This commit is contained in:
nifi 2010-03-24 16:29:45 +00:00
parent 052c8db9f9
commit c623616afd
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ uip_ds6_nbr_add(uip_ipaddr_t * ipaddr, uip_lladdr_t * lladdr,
PRINTF("link addr");
PRINTLLADDR((&(locnbr->lladdr)));
PRINTF("state %u\n", state);
NEIGHBOR_STATE_CHANGED(locnbr);
return locnbr;
}
return NULL;