atom feed1 message in org.freebsd.freebsd-docdocumentation error
FromSent OnAttachments
Neo-VortexSep 11, 2004 7:19 pm 
Subject:documentation error
From:Neo-Vortex (ro@Neo-Vortex.Ath.Cx)
Date:Sep 11, 2004 7:19:25 pm
List:org.freebsd.freebsd-doc

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)