Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 04/15/1997 00:50:02
christos
Mon Apr 14 20:41:54 EDT 1997
Update of /a/cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv24677

Modified Files:
	ip_input.c ip_output.c 
Log Message:
Move the mtod calls *after* we've made sure that the packet has passed the
filter successfully. Otherwise it can be NULL if the filter blocked it,
and we die. How did this ever work?


christos
Mon Apr 14 20:42:55 EDT 1997
Update of /a/cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv24727

Modified Files:
	ip_compat.h 
Log Message:
Fix SPLNET() conditional to work for NetBSD1_0+, not just the named versions.


christos
Mon Apr 14 20:44:44 EDT 1997
Update of /a/cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv24758

Modified Files:
	ip_fil.c ip_fil.h 
Log Message:
- Fix indentation of the nested conditionals. It was inconsistent in places.
- Make this compile and work without IPFILTER_LOG, and disable logging by
  default. This can be re-enabled now as a kernel option.