summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorabial <abial@FreeBSD.org>1998-09-02 14:16:07 +0000
committerabial <abial@FreeBSD.org>1998-09-02 14:16:07 +0000
commitc6af9e903c5ced1f3e58d4337ac39e8678f90499 (patch)
tree5253b604563222b2b774133a4e8604c2c9710628 /release
parent2f1c86bfc4cceceb43507674df850abd093ac355 (diff)
downloadFreeBSD-src-c6af9e903c5ced1f3e58d4337ac39e8678f90499.zip
FreeBSD-src-c6af9e903c5ced1f3e58d4337ac39e8678f90499.tar.gz
Add options for bridging and bandwidth limiting (disabled by default).
Submitted by: Luigi Rizzo <luigi@iet.unipi.it>
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/isp/conf/PICOBSD5
-rw-r--r--release/picobsd/net/conf/PICOBSD5
-rw-r--r--release/picobsd/router/conf/PICOBSD5
3 files changed, 12 insertions, 3 deletions
diff --git a/release/picobsd/isp/conf/PICOBSD b/release/picobsd/isp/conf/PICOBSD
index c8cd4b9..0e51c0c 100644
--- a/release/picobsd/isp/conf/PICOBSD
+++ b/release/picobsd/isp/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.2 1998/08/02 12:22:00 abial Exp $
+# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
#
machine "i386"
@@ -29,6 +29,9 @@ options IPDIVERT
options DEVFS
options SLICE
options PCI_QUIET
+# Support for bridging and bandwidth limiting
+#options DUMMYNET
+#options BRIDGE
config kernel root on fd0a
diff --git a/release/picobsd/net/conf/PICOBSD b/release/picobsd/net/conf/PICOBSD
index 0097c68..c79fddc 100644
--- a/release/picobsd/net/conf/PICOBSD
+++ b/release/picobsd/net/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.2 1998/08/02 12:23:17 abial Exp $
+# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
#
machine "i386"
@@ -28,6 +28,9 @@ options IPDIVERT
options PCI_QUIET
options DEVFS
options SLICE
+# Support for bridging and bandwidth limiting
+#options DUMMYNET
+#options BRIDGE
config kernel root on fd0
diff --git a/release/picobsd/router/conf/PICOBSD b/release/picobsd/router/conf/PICOBSD
index 4f0697f..d6f549c 100644
--- a/release/picobsd/router/conf/PICOBSD
+++ b/release/picobsd/router/conf/PICOBSD
@@ -1,5 +1,5 @@
#
-# $Id: PICOBSD,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
+# $Id: PICOBSD,v 1.2 1998/08/31 13:21:45 abial Exp $
#
machine "i386"
@@ -29,6 +29,9 @@ options PCI_QUIET
options DEVFS
options SLICE
options NO_SWAPPING
+# Support for bridging and bandwidth limiting
+#options DUMMYNET
+#options BRIDGE
config kernel root on fd0
OpenPOWER on IntegriCloud