Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2004 12:19:41 +1000 (EST)
From:      Neo-Vortex <root@Neo-Vortex.Ath.Cx>
To:        freebsd-doc@freebsd.org
Subject:   documentation error
Message-ID:  <20040912121750.A1970@Neo-Vortex.Ath.Cx>

next in thread | raw e-mail | index | archive | help
handbook/ipsec.html

``If a packet leaves from A.B.C.D, and that packet is encapsulating
another packet, and it is destined for W.X.Y.Z, then encrypt it, using the
necessary security associations.''

``If a packet arrives from W.X.Y.Z, and that packet is encapsulating
another packet, and it is destined for A.B.C.D, then encrypt it, using the
necessary security associations.''

should be

``If a packet leaves from A.B.C.D, and that packet is encapsulating
another packet, and it is destined for W.X.Y.Z, then encrypt it, using the
necessary security associations.''

``If a packet arrives from W.X.Y.Z, and that packet is encapsulating
another packet, and it is destined for A.B.C.D, then decrypt it, using the
necessary security associations.''

(swapping of encrypt to decrypt in the second one)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040912121750.A1970>