Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/sys/netinet6
Module Name: src
Committed By: jmc
Date: Wed Apr 28 05:56:08 UTC 2004
Modified Files:
src/sys/netinet6 [netbsd-2-0]: in6_pcb.c
Log Message:
Pullup rev 1.64 (requested by jonathan in ticket #201)
Fix per-PCB IPsec policy cache for FAST_IPSEC.
The sys/netipsec policy-cache assumes that policy-cacheable PCBs
always has a non-NULL inph_sp in the common PCB header. So we must
do all the per-PCB policy cache calls when either (KAME) IPSEC, or
FAST_IPSEC is defined.
To generate a diff of this commit:
cvs rdiff -r1.61 -r1.61.2.1 src/sys/netinet6/in6_pcb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index