Do not latch the IPSec tdb to the inpcb unconditionally. This has
authorbluhm <bluhm@openbsd.org>
Fri, 8 Aug 2008 17:49:21 +0000 (17:49 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 8 Aug 2008 17:49:21 +0000 (17:49 +0000)
commitb6feb6bb2935b819b0d800fb8722c94b2d2258fc
tree7bf7be0c5f1871f88aebb187bcadfc91567fd708
parent8de9ea706664ec06afa6a4edaff9282e315f44da
Do not latch the IPSec tdb to the inpcb unconditionally.  This has
been moved to the protocol layer from ip_output at 2002/05/31.  The
IPv6 part has been forgotten so packets could get encrypted
unintentionally.
ok hshoexer markus
sys/netinet6/ip6_output.c