Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



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.




Home | Main Index | Thread Index | Old Index