summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>1998-12-22 20:44:13 +0000
committerluigi <luigi@FreeBSD.org>1998-12-22 20:44:13 +0000
commit245474e1f75daaff14fdfe0e8aee110f163f90a8 (patch)
tree14ee88642cc8740767e06afd50dbd9a18e118740 /sys/conf
parentfa2dcdbf3dde8775f176bc2f3230ab09fbaa8ab5 (diff)
downloadFreeBSD-src-245474e1f75daaff14fdfe0e8aee110f163f90a8.zip
FreeBSD-src-245474e1f75daaff14fdfe0e8aee110f163f90a8.tar.gz
Add entries for DUMMYNET and BRIDGE
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2a3fa5e..b71dfad 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.509 1998/12/13 23:06:16 n_hibma Exp $
+# $Id: LINT,v 1.510 1998/12/21 18:04:20 joerg 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
@@ -448,6 +448,13 @@ options TCPDEBUG
#
options "ICMP_BANDLIM"
+# DUMMYNET enables the "dummynet" bandwidth limiter. You need
+# IPFIREWALL as well. See the dummynet(4) manpage for more info.
+# BRIDGE enables bridging between ethernet cards -- see bridge(4).
+# You can use IPFIREWALL and dummynet together with bridging.
+#options DUMMYNET
+#options BRIDGE
+
#
# ATM (HARP version) options
#
OpenPOWER on IntegriCloud