summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>1998-12-03 20:06:01 +0000
committerdillon <dillon@FreeBSD.org>1998-12-03 20:06:01 +0000
commit7816963044a09fc6405ed92a07d6600ba0e7cd33 (patch)
tree49ae1c917a9f86c2c6d4da2f6a2385dfbaa171f6 /sys/i386/conf
parentef9684d0fffd6bfe7eb2a146925538346f4150ad (diff)
downloadFreeBSD-src-7816963044a09fc6405ed92a07d6600ba0e7cd33.zip
FreeBSD-src-7816963044a09fc6405ed92a07d6600ba0e7cd33.tar.gz
Reviewed by: freebsd-current
Add ICMP_BANDLIM option
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT8
-rw-r--r--sys/i386/conf/NOTES8
-rw-r--r--sys/i386/conf/options.i3863
3 files changed, 16 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index c3db660..f8a6a7d 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.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
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index c3db660..f8a6a7d 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.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
#
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index cd3f0bd..5725dd4 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,8 +1,9 @@
-# $Id: options.i386,v 1.91 1998/11/03 21:08:49 msmith Exp $
+# $Id: options.i386,v 1.92 1998/11/15 20:08:49 eivind Exp $
DISABLE_PSE
IDE_DELAY
USER_LDT
+ICMP_BANDLIM
MATH_EMULATE opt_math_emulate.h
GPL_MATH_EMULATE opt_math_emulate.h
PMAP_SHPGPERPROC opt_pmap.h
OpenPOWER on IntegriCloud