aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorMatthew Dillon <dillon@FreeBSD.org>1998-12-03 20:06:01 +0000
committerMatthew Dillon <dillon@FreeBSD.org>1998-12-03 20:06:01 +0000
commit3b60b6ac12113443d4d3d7aee8db1627cc19641a (patch)
tree030c9d9565be95aef192ca62eb9c713cfb6e48cf /sys/conf/NOTES
parent26255a3cd5c9e29d5ac2ef8d51cd1aed841850d7 (diff)
downloadsrc-3b60b6ac12113443d4d3d7aee8db1627cc19641a.tar.gz
src-3b60b6ac12113443d4d3d7aee8db1627cc19641a.zip
Reviewed by: freebsd-current
Add ICMP_BANDLIM option
Notes
Notes: svn path=/head/; revision=41486
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index c3db6602cd7b..f8a6a7d57863 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.504 1998/11/15 20:08:49 eivind Exp $
+# $Id: LINT,v 1.505 1998/11/23 09:59:02 phk 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
@@ -442,6 +442,12 @@ options IPFILTER_LOG #ipfilter logging
#options IPFILTER_LKM #kernel support for ip_fil.o LKM
options TCPDEBUG
+# ICMP_BANDLIM enables icmp error response bandwidth limiting. You
+# typically want this option as it will help protect the machine from
+# D.O.S. packet attacks.
+#
+options "ICMP_BANDLIM"
+
#
# ATM (HARP version) options
#