freebsd-src/tests/sys/netlink
Gleb Smirnoff 26caf57e0b tests/netlink: improve recently added netlink_socket:membership
Change sequence of syscalls: instead of "add, delete, check, check"
run sequence "add, check, delete, check".  Seems to make more sense.

Do minimal parsing of incoming messages: find the IPv4 address there
and compare it to the original.
2024-01-10 20:51:53 -08:00
..
Makefile
netlink_socket.c tests/netlink: improve recently added netlink_socket:membership 2024-01-10 20:51:53 -08:00
test_netlink_message_writer.py netlink: use protocol specific receive buffer 2024-01-02 13:04:01 -08:00
test_nl_core.py
test_rtnl_iface.py
test_rtnl_ifaddr.py
test_rtnl_neigh.py
test_rtnl_route.py tests/netlink: mark a test that requires tun(4) 2024-01-10 20:51:53 -08:00
test_snl_generic.c
test_snl.c