NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/44410 CVS commit: src/sys/netipsec



The following reply was made to PR kern/44410; it has been noted by GNATS.

From: "Matthias Drochner" <drochner%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/44410 CVS commit: src/sys/netipsec
Date: Fri, 11 Feb 2011 17:53:35 +0000

 Module Name:   src
 Committed By:  drochner
 Date:          Fri Feb 11 17:53:35 UTC 2011
 
 Modified Files:
        src/sys/netipsec: ipsec.c
 
 Log Message:
 invalidate the secpolicy cache bin the PCB before destroying, so that
 the refcount in the (global) policies gets decremented
 (This apparently was missed when the policy cache code was copied
 over from KAME IPSEC.)
 From Wolfgang Stukenbrock per PR kern/44410, just fixed differently
 to avoid unecessary differences to KAME.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.48 -r1.49 src/sys/netipsec/ipsec.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