netlink.7: Note that NETLINK_SOCK_DIAG is preferred over NETLINK_INET_DIAG

Reported-by: Fabien Siron <fabien.siron@epita.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-17 13:09:59 +02:00
parent 157d398b9f
commit 7f9a6a9970
1 changed files with 5 additions and 5 deletions

View File

@ -68,15 +68,15 @@ feature),
.BR NETLINK_FIREWALL
was removed in Linux 3.5.
.TP
.BR NETLINK_INET_DIAG " (since Linux 2.6.14)"
.BR NETLINK_SOCK_DIAG " (since Linux 3.3)"
.\" commit 7f1fb60c4fc9fb29fbb406ac8c4cfb4e59e168d6
Query information about sockets of various protocol families from the kernel
(see
.BR sock_diag (7)).
.TP
.BR NETLINK_SOCK_DIAG " (since Linux 3.3)"
.\" commit 7f1fb60c4fc9fb29fbb406ac8c4cfb4e59e168d6
A synonym for
.BR NETLINK_INET_DIAG .
.BR NETLINK_INET_DIAG " (since Linux 2.6.14)"
An obsolete synonym for
.BR NETLINK_SOCK_DIAG .
.TP
.BR NETLINK_NFLOG " (up to and including Linux 3.16)"
Netfilter/iptables ULOG.