Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2001 20:37:49 -0600 (CST)
From:      Tim Zingelman <zingelman@fnal.gov>
To:        <stable@FreeBSD.ORG>
Subject:   /etc/default/rc.conf bad default ipfilter_flags?
Message-ID:  <Pine.GSO.4.30.0103132009500.28627-100000@nova.fnal.gov>

next in thread | raw e-mail | index | archive | help
Running 4.3-Beta, cvsupped early on 3/13/01.

These lines are either confusing or wrong.  Possibly something has changed
in the default state (now enabled?) of the ipfilter module.

ipfilter_flags="-E"          # should be *empty* when ipf is _not_ a module
                             # (i.e. compiled into the kernel) to
                             # avoid a warning about "already initialized"

I load ipf as a module by adding a line to /boot/loader.conf:
ipl_load="YES"

Running a GENERIC kernel.

I have a valid rules file at /etc/ipf.rules

I add the following line to /etc/rc.conf:
ipfilter_enable="YES"

and when I boot I get...
from dmesg:
IP Filter: v3.4.16 initialized.  Default = pass all, Logging = enabled

from /var/log/console.log:
Mar 13 19:32:59 port /kernel: Doing initial network setup:
Mar 13 19:32:59 port /kernel: hostname
Mar 13 19:32:59 port /kernel: ipfilter
Mar 13 19:32:59 port /kernel: SIOCFRENB: Invalid argument
Mar 13 19:32:59 port /kernel: .
Mar 13 19:32:59 port /kernel: fxp0: flags=8843<UP,BROADCAST,RUNNING...

If I add this line to /etc/rc.conf:
ipfilter_flags=""

The "SIOCFRENB: Invalid argument" message goes away, and ipf IS working.

So if the comment is correct that -E is not needed for compiled into the
kernel ipf, and I am correct that -E is not needed for module loaded ipf,
I'd like to see the default change to "" and have the comment changed...

+ipfilter_flags=""		# Flags to ipfilter (if enabled).
-ipfilter_flags="-E"		# should be *empty* when ipf is _not_ a module
-				# (i.e. compiled into the kernel) to
-				# avoid a warning about "already initialized"

If someone can verify my findings I could submit a PR.

Thanks,

  - Tim



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.30.0103132009500.28627-100000>