ip.7: Document IP_NODEFRAG

This option is new in Linux 2.6.36

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jiri Olsa 2010-09-11 07:19:10 +02:00 committed by Michael Kerrisk
parent 3ac83a00b6
commit a6e9960e8f
1 changed files with 9 additions and 1 deletions

View File

@ -10,7 +10,7 @@
.\" FIXME: Document IP_ORIGDSTADDR+IP_RECVORIGDSTADDR, added in Linux 2.6.29 .\" FIXME: Document IP_ORIGDSTADDR+IP_RECVORIGDSTADDR, added in Linux 2.6.29
.\" FIXME: Document IP_MINTTL, added in Linux 2.6.34 .\" FIXME: Document IP_MINTTL, added in Linux 2.6.34
.\" .\"
.TH IP 7 2009-02-28 "Linux" "Linux Programmer's Manual" .TH IP 7 2010-09-11 "Linux" "Linux Programmer's Manual"
.SH NAME .SH NAME
ip \- Linux IPv4 protocol implementation ip \- Linux IPv4 protocol implementation
.SH SYNOPSIS .SH SYNOPSIS
@ -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. network unless the user program explicitly requests it.
Argument is an integer. Argument is an integer.
.TP .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)" .BR IP_OPTIONS " (since Linux 2.0)"
.\" Precisely: 1.3.30 .\" Precisely: 1.3.30
Set or get the IP options to be sent with every packet from this socket. Set or get the IP options to be sent with every packet from this socket.