summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-06-10 00:50:34 +0000
committeralex <alex@FreeBSD.org>1996-06-10 00:50:34 +0000
commit81014399b762d71c4a4da5bd4879c473714ec395 (patch)
tree311ba8af432c86dd157c0ae4ee992bcba10c4564 /sys/i386
parent27f0bdfba4e8fc628b5a1afaf7e39455291b37de (diff)
downloadFreeBSD-src-81014399b762d71c4a4da5bd4879c473714ec395.zip
FreeBSD-src-81014399b762d71c4a4da5bd4879c473714ec395.tar.gz
Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
2 files changed, 10 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 3a1c9db..7016501 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.260 1996/05/31 00:20:34 peter Exp $
+# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache 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
@@ -217,8 +217,9 @@ pseudo-device tun 1 #Tunnel driver(user process ppp)
# with mrouted(8).
#
# IPFIREWALL enables support for IP firewall construction, in
-# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
-# the obvious thing.
+# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends
+# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT
+# limits the number of times a matching entry can be logged.
#
# TCPDEBUG is undocumented.
#
@@ -227,6 +228,7 @@ options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
+options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options TCPDEBUG
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3a1c9db..7016501 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.260 1996/05/31 00:20:34 peter Exp $
+# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache 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
@@ -217,8 +217,9 @@ pseudo-device tun 1 #Tunnel driver(user process ppp)
# with mrouted(8).
#
# IPFIREWALL enables support for IP firewall construction, in
-# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
-# the obvious thing.
+# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE sends
+# logged packets to the system logger. IPFIREWALL_VERBOSE_LIMIT
+# limits the number of times a matching entry can be logged.
#
# TCPDEBUG is undocumented.
#
@@ -227,6 +228,7 @@ options MROUTING # Multicast routing
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
# dropped packets
+options "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options TCPDEBUG
OpenPOWER on IntegriCloud