opnsense-src/tests/sys/netlink
Alexander V. Chernikov 0079d177ab netlink: allow creating sockets with SOCK_DGRAM.
Some existing applications setup Netlink socket with
SOCK_DGRAM instead of SOCK_RAW. Update the manpage to clarify
that the default way of creating the socket should be with
SOCK_RAW. Update the code to support both SOCK_RAW and SOCK_DGRAM.

Reviewed By: pauamma
Differential Revision: https://reviews.freebsd.org/D38075
2023-01-21 14:58:19 +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 testing: fix skipping netlink tests if netlink module is not loaded. 2023-01-08 19:52:22 +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