History log of /seL4-camkes-master/projects/lwip/test/unit/ip6/test_ip6.c
Revision Date Author Comments
# 39faa8f6 13-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

added tests for ip6addr_ntoa_r


# 38614e4f 13-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

unit tests: remove dummy netif input function

This partly reverts a26a2e13 after removing that NULL check again.

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>


# 392c676e 13-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix bug #53273: IPv6 link-local address generation for non-ethernet type netif does not convert byte order


# 0c5133d7 12-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix ip6addr_aton for non-shortened ipv4 mapped addresses


# a26a2e13 12-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

adapt unit tests to additional NULL checks


# 2837bb31 11-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix ip6addr_aton handling IPv4-mapped addresses

... and added a unit test for it

Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>


# fd050b8a 08-Jun-2018 Simon Goldschmidt <goldsimon@gmx.de>

fix bug #53971 Lwip sends Router Solicitation on address changes

... 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>