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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Errors Severity Location Code Message Error tests/sys/netlink/test_nl_core.py:19 E501 PEP8 E501 Error tests/sys/netlink/test_nl_core.py:32 E501 PEP8 E501 - Unit
No Test Coverage - Build Status
Buildable 49135 Build 46024: arc lint + arc unit