freebsd-src/tests/sys/netlink
Alexander V. Chernikov 86fd0bdba5 netlink: fix interface dump.
The current code missed interface addition when reallocating
 temporary buffer.
Tweak the code to perform the reallocation first and add
 interface afterwards unconditionally.

Reported by:	Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
MFC after:	3 days
2023-02-16 13:20:45 +00:00
..
Makefile netlink: allow creating sockets with SOCK_DGRAM. 2023-01-21 14:58:19 +00:00
test_nl_core.py netlink: allow creating sockets with SOCK_DGRAM. 2023-01-21 14:58:19 +00:00
test_rtnl_iface.py netlink: fix interface dump. 2023-02-16 13:20:45 +00:00
test_rtnl_ifaddr.py netlink: fix compatibility with older netlink applications. 2023-01-16 12:21:40 +00:00
test_snl.c netlink: add snl(3) - simple netlink library 2022-12-23 15:03:13 +00:00