Re: [PATCH 2/2 v2] man - IP_NODEFRAG option for IPv4 socket
From: Michael Kerrisk <hidden>
Date: 2010-09-11 05:36:15
Also in:
linux-man, netfilter-devel
Hello Jiri On Sat, Jun 26, 2010 at 9:13 PM, Jiri Olsa [off-list ref] wrote:
On Sat, Jun 26, 2010 at 09:58:57AM -0700, David Miller wrote:quoted
From: Michael Kerrisk <redacted> Date: Sat, 26 Jun 2010 15:01:03 +0200quoted
quoted
sent from this socket. +.TP +.BR IP_NODEFRAG " (since Linux 2.6)"here, we'd write the exact version in which the flag is added. It looks like that might be 2.36, right?It'll show up in 2.6.36 I doubt I'll be alive when we make it to 2.36 :-):) ok, attaching changed patch
I tweaked that slightly, and applied the below for man-pages-3.27. Thanks, Michael
--- a/man7/ip.7
+++ b/man7/ip.7@@ -399,6 +399,14 @@ The default is 1 which means that multicastpackets don't leave the local network unless the user program explicitly requests it. Argument is an integer. .TP +.BR IP_NODEFRAG " (since Linux 2.6.36)" +If enabled (argument is nonzero), +the reassembly of outgoing packets is disabled in the netfilter layer. +This option is only valid for +.B SOCK_RAW +sockets. +The argument is an integer. +.TP .BR IP_OPTIONS " (since Linux 2.0)" .\" Precisely: 1.3.30 Set or get the IP options to be sent with every packet from this socket. -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html