mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
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 |
||
|---|---|---|
| .. | ||
| Makefile | ||
| test_nl_core.py | ||
| test_rtnl_iface.py | ||
| test_rtnl_ifaddr.py | ||
| test_snl.c | ||