From mkuntic@mioc.hr  Fri Jun 13 03:37:51 2003
Return-Path: <mkuntic@mioc.hr>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DD15A37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2003 03:37:51 -0700 (PDT)
Received: from zagreb.mioc.hr (zagreb.mioc.hr [193.198.200.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3527243F93
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Jun 2003 03:37:51 -0700 (PDT)
	(envelope-from mkuntic@mioc.hr)
Received: from mkuntic by zagreb.mioc.hr with local (Exim 4.12)
	id 19QlwL-000FtT-00
	for FreeBSD-gnats-submit@freebsd.org; Fri, 13 Jun 2003 12:37:49 +0200
Message-Id: <E19QlwL-000FtT-00@zagreb.mioc.hr>
Date: Fri, 13 Jun 2003 12:37:49 +0200
From: Marko Kuntic <mkuntic@mioc.hr>
Reply-To: Marko Kuntic <mkuntic@mioc.hr>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: modules ignore kernel configuration upon kernel building
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53276
>Category:       kern
>Synopsis:       modules ignore kernel configuration upon kernel building
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 13 03:40:10 PDT 2003
>Closed-Date:    Fri Oct 10 22:46:41 PDT 2003
>Last-Modified:  Fri Oct 10 22:46:41 PDT 2003
>Originator:     Marko Kuntic
>Release:        FreeBSD 5.0-RELEASE-p6 i386
>Organization:
XV. gimnazija, Zagreb, Croatia
>Environment:
System: FreeBSD zagreb.mioc.hr 5.0-RELEASE-p6
>Description:
When the kernel is built along with all the modules, the latter don't seem to
apply configuration options specified in the kernel configuration file.
>How-To-Repeat:
For example, I don't want to compile ipfw into the kernel, but wish to use the
module. But, at the same time, I require divert sockets. So in the appropriate
kernel configuration file, applying common sense and logic, I comment out:
#options IPFIREWALL
and uncomment:
options IPDIVERT
I then happily make the kernel and all the modules, only to discover that the
module doesn't support divert sockets, and thus conclude that the configuration
option had no effect.
>Fix:
UNKNOWN
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Fri Oct 10 22:45:56 PDT 2003 
State-Changed-Why:  
This is a known limitation of modules.  It will likely be 
fixed in a future version of FreeBSD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53276 
>Unformatted:
