Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netipsec
Module Name: src
Committed By: thorpej
Date: Tue Mar 2 02:22:56 UTC 2004
Modified Files:
src/sys/netipsec: ipsec.c ipsec.h ipsec_netbsd.c ipsec_osdep.h key.c
key.h
Log Message:
Bring the PCB policy cache over from KAME IPsec, including the "hint"
used to short-circuit IPsec processing in other places.
This is enabled only for NetBSD at the moment; in order for it to function
correctly, ipsec_pcbconn() must be called as appropriate.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/netipsec/ipsec.c src/sys/netipsec/key.c
cvs rdiff -r1.6 -r1.7 src/sys/netipsec/ipsec.h
cvs rdiff -r1.5 -r1.6 src/sys/netipsec/ipsec_netbsd.c
cvs rdiff -r1.7 -r1.8 src/sys/netipsec/ipsec_osdep.h
cvs rdiff -r1.1 -r1.2 src/sys/netipsec/key.h
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