mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-05 08:28:32 +00:00
fd050b8a97
... and add a unit test for it. Moved resetting netif->rs_count from all reports to link-up and netif-up only. While at it, clean up the interface a bit so that netif->rs_count is touched from nd6.c only. Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>
9 lines
117 B
C
9 lines
117 B
C
#ifndef LWIP_HDR_TEST_IP6_H
|
|
#define LWIP_HDR_TEST_IP6_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* ip6_suite(void);
|
|
|
|
#endif
|