freebsd-src/tests/sys/netlink
Alexander V. Chernikov 595d23f777 netlink: add snl(3) default parsers for routes and links.
This change adds the "default" parsers of _all_ route/link attributes
 exported by the kernel.
It removes the need to declare similar parsers in the userland applications,
 simplifying their logic.

Differential Revision: https://reviews.freebsd.org/D38979
MFC after:	2 weeks
2023-03-09 14:46:27 +00:00
..
Makefile tests: add more netlink tests for neighbors/routes 2023-03-07 17:31:26 +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 vlan interface creation 2023-03-03 16:02:05 +00:00
test_rtnl_ifaddr.py netlink: fix compatibility with older netlink applications. 2023-01-16 12:21:40 +00:00
test_rtnl_neigh.py tests: add more netlink tests for neighbors/routes 2023-03-07 17:31:26 +00:00
test_rtnl_route.py tests: add more netlink tests for neighbors/routes 2023-03-07 17:31:26 +00:00
test_snl.c netlink: add snl(3) default parsers for routes and links. 2023-03-09 14:46:27 +00:00