Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 04/11/2007 21:33:41
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.