diff options
| author | Zishun Yi <zis@FreeBSD.org> | 2026-06-26 18:39:49 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-26 18:41:12 +0000 |
| commit | 7fff1f194e075716c9be79dab68c1ab1816563ef (patch) | |
| tree | f3fbb0e3accda0c4f8c676866b82150464492264 | |
| parent | b207b1562a2f099b4e763460891fa6761549091a (diff) | |
netlink.4: Document missing socket options
Add descriptions for NETLINK_GET_STRICT_CHK, NETLINK_MSG_INFO.
Reviewed by: ziaee, obiwac
Differential Revision: https://reviews.freebsd.org/D57520
| -rw-r--r-- | share/man/man4/netlink.4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man4/netlink.4 b/share/man/man4/netlink.4 index 90934bfe3ff6..9f81d71da9ab 100644 --- a/share/man/man4/netlink.4 +++ b/share/man/man4/netlink.4 @@ -248,6 +248,12 @@ Instructs the kernel to send the original message header in the reply without the message body. .It Dv NETLINK_EXT_ACK Acknowledges ability to receive additional TLVs in the ACK message. +.It Dv NETLINK_GET_STRICT_CHK +Enables strict header checking. +.It Dv NETLINK_MSG_INFO +.Pq FreeBSD-specific +Receives message originator data via socket control messages +.Pq cmsg . .El .Pp Additionally, netlink overrides the following socket options from the |
