summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-21 14:13:47 +0000
committerpeter <peter@FreeBSD.org>1998-03-21 14:13:47 +0000
commit83a35267b710f3b2eaccd6dc38e8ff281c84a581 (patch)
treef8ad791233d3ed50a71dda54b5b593aa70d56cfe
parent52325b15956a60ed8907cc3b370f71a5473b5eb7 (diff)
downloadFreeBSD-src-83a35267b710f3b2eaccd6dc38e8ff281c84a581.zip
FreeBSD-src-83a35267b710f3b2eaccd6dc38e8ff281c84a581.tar.gz
Add IPFILTER, IPFILTER_LOG and note IPFILTER_LKM.
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/i386/conf/LINT9
-rw-r--r--sys/i386/conf/NOTES9
3 files changed, 24 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7964ad9..a6affce 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.418 1998/03/16 23:04:07 eivind Exp $
+# $Id: LINT,v 1.419 1998/03/21 06:21:03 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -415,6 +415,10 @@ options PPP_FILTER #enable bpf filtering (needs bpfilter)
#
# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
#
+# IPFILTER enables Darren Reed's ipfilter package.
+# IPFILTER_LOG enables ipfilter's logging.
+# IPFILTER_LKM enables LKM support for an ipfilter module (untested).
+#
# TCPDEBUG is undocumented.
#
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
@@ -425,6 +429,9 @@ options IPFIREWALL_VERBOSE #print information about
options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options IPDIVERT #divert sockets
+options IPFILTER #kernel ipfilter support
+options IPFILTER_LOG #ipfilter logging
+#options IPFILTER_LKM #kernel support for ip_fil.o LKM
options TCPDEBUG
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7964ad9..a6affce 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.418 1998/03/16 23:04:07 eivind Exp $
+# $Id: LINT,v 1.419 1998/03/21 06:21:03 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -415,6 +415,10 @@ options PPP_FILTER #enable bpf filtering (needs bpfilter)
#
# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
#
+# IPFILTER enables Darren Reed's ipfilter package.
+# IPFILTER_LOG enables ipfilter's logging.
+# IPFILTER_LKM enables LKM support for an ipfilter module (untested).
+#
# TCPDEBUG is undocumented.
#
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
@@ -425,6 +429,9 @@ options IPFIREWALL_VERBOSE #print information about
options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options IPDIVERT #divert sockets
+options IPFILTER #kernel ipfilter support
+options IPFILTER_LOG #ipfilter logging
+#options IPFILTER_LKM #kernel support for ip_fil.o LKM
options TCPDEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7964ad9..a6affce 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.418 1998/03/16 23:04:07 eivind Exp $
+# $Id: LINT,v 1.419 1998/03/21 06:21:03 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -415,6 +415,10 @@ options PPP_FILTER #enable bpf filtering (needs bpfilter)
#
# IPDIVERT enables the divert IP sockets, used by ``ipfw divert''
#
+# IPFILTER enables Darren Reed's ipfilter package.
+# IPFILTER_LOG enables ipfilter's logging.
+# IPFILTER_LKM enables LKM support for an ipfilter module (untested).
+#
# TCPDEBUG is undocumented.
#
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
@@ -425,6 +429,9 @@ options IPFIREWALL_VERBOSE #print information about
options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options IPDIVERT #divert sockets
+options IPFILTER #kernel ipfilter support
+options IPFILTER_LOG #ipfilter logging
+#options IPFILTER_LKM #kernel support for ip_fil.o LKM
options TCPDEBUG
OpenPOWER on IntegriCloud