Subject: PR/36119 CVS commit: src/sys
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: netbsd-bugs
Date: 04/11/2007 21:35:02
The following reply was made to PR kern/36119; it has been noted by GNATS.

From: DEGROOTE Arnaud <degroote@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36119 CVS commit: src/sys
Date: Wed, 11 Apr 2007 21:33:41 +0000 (UTC)

 Module Name:	src
 Committed By:	degroote
 Date:		Wed Apr 11 21:33:41 UTC 2007
 
 Modified Files:
 	src/sys/netipsec: key.c
 	src/sys/netkey: key.c
 
 Log Message:
 When we construct an answer for SADB_X_SPDGET, don't use an hardcoded 0 for seq but
 the seq used by the request. It will improve consistency with the answer of SADB_GET
 request and helps some applications which relies both on seq and pid.
 
 Reported by  Karl Knutsson by pr/36119.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.45 -r1.46 src/sys/netipsec/key.c
 cvs rdiff -r1.154 -r1.155 src/sys/netkey/key.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.