Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jun 2026 18:41:42 +0000
From:      Aymeric Wibo <obiwac@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Zishun Yi <zis@FreeBSD.org>
Subject:   git: 7fff1f194e07 - main - netlink.4: Document missing socket options
Message-ID:  <6a3ec7e6.3e760.1639b892@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by obiwac:

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

commit 7fff1f194e075716c9be79dab68c1ab1816563ef
Author:     Zishun Yi <zis@FreeBSD.org>
AuthorDate: 2026-06-26 18:39:49 +0000
Commit:     Aymeric Wibo <obiwac@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ec7e6.3e760.1639b892>