The branch main has been updated by obiwac:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7fff1f194e075716c9be79dab68c1ab1816563ef

commit 7fff1f194e075716c9be79dab68c1ab1816563ef
Author:     Zishun Yi <[email protected]>
AuthorDate: 2026-06-26 18:39:49 +0000
Commit:     Aymeric Wibo <[email protected]>
CommitDate: 2026-06-26 18:41:12 +0000

    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
---
 share/man/man4/netlink.4 | 6 ++++++
 1 file changed, 6 insertions(+)

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

Reply via email to