Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 06/11/2005 12:31:40
Module Name:	src
Committed By:	darrenr
Date:		Sat Jun 11 12:31:40 UTC 2005

Modified Files:
	src/dist/ipf/lib: ipf_dotuning.c
	src/sys/dist/ipf/netinet: fil.c

Log Message:
bin/29508 - fix "ipf -T" - kernel wasn't setting ipft_cookie and userland
was expecting it to be set, thus ignored it.
bin/29509 - because ipft_cookie wasn't reset to 0 before making the ioctl
call for each variable, only the first name to find was used, each successive
call just used the cookie.
CVn: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/ipf/lib/ipf_dotuning.c
cvs rdiff -r1.15 -r1.16 src/sys/dist/ipf/netinet/fil.c

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