Bug 46103

Summary: /etc/rc.d/ipfilter; ipfilter_start() need to enable ipfilter
Product: Base System Reporter: Michael Lyngbøl <lyngbol>
Component: confAssignee: Mike Makonnen <mtm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 5.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael Lyngbøl 2002-12-08 18:20:01 UTC
	/etc/rc.d/ipfilter need to enable ipfilter in ipfilter_start(). 

	Elseway a `/etc/rc.d/ipfilter restart' will disable ipfilter but not enable it again.

	/etc/rc.d/ipfilter does work on boot as a kernel compiled with 'options IPFILTER' enables ipfilter.

How-To-Repeat: 	Run `/etc/rc.d/ipfilter restart' or do `/etc/rc.d/ipfilter stop' and `/etc/rc.d/ipfilter start'
Comment 1 Mike Makonnen freebsd_committer freebsd_triage 2003-02-23 22:44:58 UTC
Responsible Changed
From-To: freebsd-bugs->mtm

It looks reasonable, but since I don't know much about ipfilter 
it will take me some time to test. 
Take this PR so I don't forget about it.
Comment 2 Mike Makonnen freebsd_committer freebsd_triage 2003-04-30 03:19:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!