Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/06/2000 20:03:24
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Aug  6 17:03:24 UTC 2000

Modified Files:
	syssrc/sys/netinet [netbsd-1-5]: ip_fil.c

Log Message:
Pull up rev. 1.56:
- ipl_enable(): -1 is not an error return.  If initializing IP Filter
  fails, return EIO instead.

- iplioctl(): If performing a NAT operation, and IP Filter is not
  yet initialized (e.g. by `ipf -E'), enable it implicitly before
  doing the NAT operation.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.55.2.1 syssrc/sys/netinet/ip_fil.c

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