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:   ozaki-r
Date:           Fri Jul 21 04:39:08 UTC 2017

Modified Files:
        src/sys/netipsec: ipsec.c ipsec.h key.c key.h

Log Message:
Don't use key_lookup_sp that depends on unstable sp->req->sav

It provided a fast look-up of SP. We will provide an alternative
method in the future (after basic MP-ification finishes).


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.53 -r1.54 src/sys/netipsec/ipsec.h
cvs rdiff -u -r1.188 -r1.189 src/sys/netipsec/key.c
cvs rdiff -u -r1.23 -r1.24 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