ip.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
David Prevot 2010-10-24 08:20:28 +02:00 committed by Michael Kerrisk
parent 299fc00dbf
commit 0420475dee
1 changed files with 5 additions and 3 deletions

View File

@ -9,7 +9,7 @@
.\"
.\" FIXME: Document IP_MINTTL, added in Linux 2.6.34
.\"
.TH IP 7 2010-10-13 "Linux" "Linux Programmer's Manual"
.TH IP 7 2010-10-24 "Linux" "Linux Programmer's Manual"
.SH NAME
ip \- Linux IPv4 protocol implementation
.SH SYNOPSIS
@ -599,11 +599,13 @@ caused the error, which can be accessed with the
macro.
The
.I sin_family
field of the SO_EE_OFFENDER address is
field of the
.B SO_EE_OFFENDER
address is
.B AF_UNSPEC
when the source was unknown.
When the error originated from the network, all IP options
.RI ( IP_OPTIONS ", " IP_TTL ", "
.RB ( IP_OPTIONS ", " IP_TTL ", "
etc.) enabled on the socket and contained in the
error packet are passed as control messages.
The payload of the packet causing the error is returned as normal payload.