Neighbor state notification also when adding new neighbors
This commit is contained in:
parent
052c8db9f9
commit
c623616afd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue