Bug 13209

Summary: IPFILTER_DEFAULT_BLOCK not in /usr/src/sys/conf/options
Product: Base System Reporter: jrozes <jrozes>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   

Description jrozes 1999-08-17 22:20:00 UTC
The ipfilter software has a kernel option to block all packets by
default, called IPFILTER_DEFAULT_BLOCK. Specifying this option in
a kernel config file results in a warning from config(8) because
the option is not listed in /usr/src/sys/conf/options like the
rest of the IPFILTER_* options.

Fix: 

Add to /usr/src/sys/conf/options:
IPFILTER_DEFAULT_BLOCK opt_ipfilter.h
How-To-Repeat: Create a kernel with the IPFILTER and IPFILTER_DEFAULT_BLOCK options,
then run config(8) on it.
Comment 1 Darern Reed freebsd_committer freebsd_triage 2000-05-25 20:48:57 UTC
State Changed
From-To: open->closed

IPFILTER_DEFAULT_BLOCK has been added