freebsd-dev/tests/sys/netlink
Alexander V. Chernikov 9247238cc4 netlink: fix failing TestRtNlAddIfaddrLo::test_add_6 tests.
Recent netlink commit added hook for calling IPv6 code upon implicit
inteface bring-up on adding first interface address. This hook handles
link-local ifa addition for the loopback interface, resulting in
failed assertion in the loopback tests.

Fix the tests by fixing the assert.
2023-06-13 15:26:44 +00:00
..
Makefile netlink: use netlink mbufs in the mbuf chains. 2023-06-02 13:14:20 +00:00
test_netlink_message_writer.py netlink: use netlink mbufs in the mbuf chains. 2023-06-02 13:14:20 +00:00
test_nl_core.py tests: split netlink.py into multiple files to impove maintainability. 2023-04-01 19:31:38 +00:00
test_rtnl_iface.py netlink: add netlink interfaces to if_clone 2023-04-25 12:34:46 +00:00
test_rtnl_ifaddr.py netlink: fix failing TestRtNlAddIfaddrLo::test_add_6 tests. 2023-06-13 15:26:44 +00:00
test_rtnl_neigh.py tests: split netlink.py into multiple files to impove maintainability. 2023-04-01 19:31:38 +00:00
test_rtnl_route.py tests: split netlink.py into multiple files to impove maintainability. 2023-04-01 19:31:38 +00:00
test_snl_generic.c netlink: add snl(3) support for listing genetlink multicast groups 2023-05-27 11:13:14 +00:00
test_snl.c netlink: temporary skip snl(3) capped test. 2023-05-09 14:59:41 +00:00