Hello Jiri On Sat, Jun 26, 2010 at 9:13 PM, Jiri Olsa <jolsa@xxxxxxxxxx> wrote: > On Sat, Jun 26, 2010 at 09:58:57AM -0700, David Miller wrote: >> From: Michael Kerrisk <mtk.manpages@xxxxxxxxx> >> Date: Sat, 26 Jun 2010 15:01:03 +0200 >> >> >> 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 multicast packets 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html