Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 07/17/2004 16:36:39
Module Name:	src
Committed By:	atatat
Date:		Sat Jul 17 16:36:39 UTC 2004

Modified Files:
	src/sys/netipsec: ipsec_netbsd.c ipsec_var.h
	src/usr.bin/netstat: fast_ipsec.c

Log Message:
Rework sys/netipsec/ipsec_netbsd.c to present a more consistent tree.

Rework usr.bin/netstat/fast_ipsec.c to find the stats nodes under the
new names (Kame uses the name stats so we use different ones), as well
as setting slen appropriately between calls to sysctlbyname(), and
providing forward compatibility when actually retrieving stats via
sysctlbyname().

And correct a spelling error.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/netipsec/ipsec_netbsd.c
cvs rdiff -r1.1 -r1.2 src/sys/netipsec/ipsec_var.h
cvs rdiff -r1.5 -r1.6 src/usr.bin/netstat/fast_ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.