Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/01/2000 06:46:09
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Aug  1 03:46:09 UTC 2000

Modified Files:
	syssrc/sys/netinet: ip_fil.c

Log Message:
- 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.56 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.