From sam@willow.rfc1149.net  Tue Jul  1 06:35:25 2003
Return-Path: <sam@willow.rfc1149.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 51F8037B401
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jul 2003 06:35:25 -0700 (PDT)
Received: from willow.rfc1149.net (willow.rfc1149.net [213.41.154.244])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B897E44022
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Jul 2003 06:35:24 -0700 (PDT)
	(envelope-from sam@willow.rfc1149.net)
Received: by willow.rfc1149.net (Postfix, from userid 1000)
	id 59EAA3D3E; Tue,  1 Jul 2003 15:35:22 +0200 (CEST)
Message-Id: <20030701133522.59EAA3D3E@willow.rfc1149.net>
Date: Tue,  1 Jul 2003 15:35:22 +0200 (CEST)
From: Samuel Tardieu <sam@rfc1149.net>
Reply-To: Samuel Tardieu <sam@rfc1149.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: IPFilter module does not support IPv6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53966
>Category:       kern
>Synopsis:       IPFilter module does not support IPv6
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 01 06:40:09 PDT 2003
>Closed-Date:    Mon Jul 14 03:59:24 PDT 2003
>Last-Modified:  Mon Jul 14 03:59:24 PDT 2003
>Originator:     Samuel Tardieu
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD willow 4.8-STABLE FreeBSD 4.8-STABLE #15: Tue Jul 1 15:22:12 CEST 2003 root@willow:/usr/obj/usr/src/sys/WILLOW i386


	
>Description:

If IPFilter is compiled as a kernel module (ipl), IPv6 rules cannot be
loaded:

# kldload ipl
# cat /tmp/t
pass out all
# ipf -6 -f /tmp/t
1:ioctl(add/insert rule): No such process

while IPv4 rules (ipf without -6) work perfectly.

If IPFilter is compiled in-kernel (options IPFILTER), then ipf -6 works
as expected.

>How-To-Repeat:
	
>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Mon Jul 14 03:58:32 PDT 2003 
State-Changed-Why:  
Kernel modules do not make use of the kernel configuration 
options.  If you want non-default options, either patch the 
module makefile, or compile the module statically. 

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