Bug 22937

Summary: [MFC] [PATCH] nicer startup when using ipfilter
Product: Base System Reporter: Andre Albsmeier <Andre.Albsmeier>
Component: confAssignee: Doug Barton <dougb>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Andre Albsmeier 2000-11-18 10:30:00 UTC
When using the new ipfilter code in /etc/rc.network, ipnat
prints out some diagnostics which messes up the screen during boot.

Fix: One possibility might be the following patch. It makes it possible
to use

ipnat_flags=">/dev/null"

in order to redirect the output ti /dev/null.

How-To-Repeat: 
Set ipnat_enable to YES and watch screen during boot.
Comment 1 Andre Albsmeier 2000-11-18 13:27:35 UTC
Sorry, this should have been category 'conf' and not 'docs'...

Maybe someone can change this...

Thanks,

	-Andre
Comment 2 ben freebsd_committer freebsd_triage 2000-11-18 20:22:59 UTC
Responsible Changed
From-To: freebsd-doc->freebsd-bugs

Change category/responsible field at submitter's request.
Comment 3 Doug Barton freebsd_committer freebsd_triage 2000-12-17 22:23:04 UTC
State Changed
From-To: open->analyzed


I've committed this to -current, and I'll MFC it with some other rc changes 
that I'm working on. 


Comment 4 Doug Barton freebsd_committer freebsd_triage 2000-12-17 22:23:04 UTC
Responsible Changed
From-To: freebsd-bugs->dougb


I'm going to handle this one.
Comment 5 Doug Barton freebsd_committer freebsd_triage 2001-01-14 08:21:27 UTC
State Changed
From-To: analyzed->closed


This patch plus my other cleanups has been committed 
to RELENG_4. Thanks for your contribution. :)