diff mbox

[2/2,v2] man - IP_NODEFRAG option for IPv4 socket

Message ID AANLkTi=T0EA_9k13nR9+ivpwUQbugnfkVNQ9ZTZuqY=C@mail.gmail.com
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Michael Kerrisk \(man-pages\) Sept. 11, 2010, 5:36 a.m. UTC
Hello Jiri

On Sat, Jun 26, 2010 at 9:13 PM, Jiri Olsa <jolsa@redhat.com> wrote:
> On Sat, Jun 26, 2010 at 09:58:57AM -0700, David Miller wrote:
>> From: Michael Kerrisk <mtk.manpages@gmail.com>
>> 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

 Set or get the IP options to be sent with every packet from this socket.
diff mbox

Patch

--- 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