mkiiskila commented on a change in pull request #1129: lwip_base: Make IPv6 neighbor discovery cfgable URL: https://github.com/apache/mynewt-core/pull/1129#discussion_r191406325
########## File path: net/ip/lwip_base/src/core/ipv6/nd6.c ########## @@ -703,6 +703,7 @@ nd6_input(struct pbuf *p, struct netif *inp) } +#if LWIP_ND6_TMR Review comment: I don't see this define set/declared anywhere. Is this check supposed to be here? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
