summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorguido <guido@FreeBSD.org>1999-11-23 21:44:59 +0000
committerguido <guido@FreeBSD.org>1999-11-23 21:44:59 +0000
commit75b4f99d65c79fc19890c1fe50a53dcb8e962c4b (patch)
treedd6e6ca037b001211b889429a9c8327f3e5285ed /sys/i386/conf
parent892533638d4a03333aa25823e4d983593cdcc2b1 (diff)
downloadFreeBSD-src-75b4f99d65c79fc19890c1fe50a53dcb8e962c4b.zip
FreeBSD-src-75b4f99d65c79fc19890c1fe50a53dcb8e962c4b.tar.gz
Add kernel parts of revived ipfilter (3.3.3.)
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index e5c3662..df6c621 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -489,8 +489,6 @@ options PPP_FILTER #enable bpf filtering (needs bpf)
#
# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
#
-# IPFILTER_LKM enables LKM support for an ipfilter module (untested).
-#
# IPSTEALTH enables code to support stealth forwarding (i.e., forwarding
# packets without touching the ttl). This can be useful to hide firewalls
# from traceroute and similar tools.
@@ -506,7 +504,8 @@ options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options IPDIVERT #divert sockets
-#options IPFILTER_LKM #kernel support for ip_fil.o LKM
+options IPFILTER #ipfilter support
+options IPFILTER_LOG #ipfilter logging
options IPSTEALTH #support for stealth forwarding
options TCPDEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e5c3662..df6c621 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -489,8 +489,6 @@ options PPP_FILTER #enable bpf filtering (needs bpf)
#
# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
#
-# IPFILTER_LKM enables LKM support for an ipfilter module (untested).
-#
# IPSTEALTH enables code to support stealth forwarding (i.e., forwarding
# packets without touching the ttl). This can be useful to hide firewalls
# from traceroute and similar tools.
@@ -506,7 +504,8 @@ options IPFIREWALL_FORWARD #enable transparent proxy support
options IPFIREWALL_VERBOSE_LIMIT=100 #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options IPDIVERT #divert sockets
-#options IPFILTER_LKM #kernel support for ip_fil.o LKM
+options IPFILTER #ipfilter support
+options IPFILTER_LOG #ipfilter logging
options IPSTEALTH #support for stealth forwarding
options TCPDEBUG
OpenPOWER on IntegriCloud