aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1996-06-10 00:50:34 +0000
committerAlexander Langer <alex@FreeBSD.org>1996-06-10 00:50:34 +0000
commitff6f025aab99ead987e63aa31d6c0f97472c42ab (patch)
tree311ba8af432c86dd157c0ae4ee992bcba10c4564 /sys/conf/NOTES
parent7d6a21b4d787bed3ad25c4409b7c244413cc4090 (diff)
downloadsrc-ff6f025aab99ead987e63aa31d6c0f97472c42ab.tar.gz
src-ff6f025aab99ead987e63aa31d6c0f97472c42ab.zip
Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT.
Notes
Notes: svn path=/head/; revision=16271
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3a1c9db4c596..701650159627 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.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