nd6: add cleanup function

This commit is contained in:
Jan Breuer
2016-05-06 16:15:20 +02:00
committed by goldsimon
parent ac0af0d7c7
commit ac21a5f370
3 changed files with 34 additions and 0 deletions

View File

@@ -351,6 +351,7 @@ err_t nd6_queue_packet(s8_t neighbor_index, struct pbuf * p);
#if LWIP_ND6_TCP_REACHABILITY_HINTS
void nd6_reachability_hint(const ip6_addr_t * ip6addr);
#endif /* LWIP_ND6_TCP_REACHABILITY_HINTS */
void nd6_cleanup_netif(struct netif * netif);
#ifdef __cplusplus
}