summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Paillard <spaillard@debian.org>2013-05-18 00:58:52 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-08-09 10:16:47 +0200
commit2f3365bd5dd9e09cfadca1063e7a03f49b8d07ca (patch)
tree3828a5ced0fc6df093ea7e588f752f7fe07cfce3
parentaa60c0d2b2a4a66d39eec4bccdc07f18b67ec893 (diff)
ip.7: IP_MULTICAST_IF setsockopt recognizes struct mreq (compatibility)
Kernel added compatibility only recently in 3a084ddb4bf299a6e898a9a07c89f3917f0713f7 See: http://bugs.debian.org/607979 Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man7/ip.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man7/ip.7 b/man7/ip.7
index d5036ea4..39715a34 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -542,6 +542,9 @@ Argument is an
.I ip_mreqn
or
.I ip_mreq
+.\" net: IP_MULTICAST_IF setsockopt now recognizes struct mreq
+.\" Commit: 3a084ddb4bf299a6e898a9a07c89f3917f0713f7
+(since Linux 3.5)
structure similar to
.BR IP_ADD_MEMBERSHIP .
.IP