Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 12/22/2000 22:01:19
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Dec 22 20:01:19 UTC 2000

Modified Files:
	syssrc/sys/net: pfil.c pfil.h
	syssrc/sys/netinet: ip_fil.c ip_input.c
	syssrc/sys/netinet6: ip6_input.c

Log Message:
Slight adjustment to how pfil_head's are registered.  Instead of a
"key" and a "dlt", use a "type" (PFIL_TYPE_{AF,IFNET} for now) and
a val/ptr appropriate for that type.  This allows for more future
flexibility with the pfil_hook mechanism.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/net/pfil.c
cvs rdiff -r1.15 -r1.16 syssrc/sys/net/pfil.h
cvs rdiff -r1.60 -r1.61 syssrc/sys/netinet/ip_fil.c
cvs rdiff -r1.123 -r1.124 syssrc/sys/netinet/ip_input.c
cvs rdiff -r1.30 -r1.31 syssrc/sys/netinet6/ip6_input.c

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