diff options
author | abial <abial@FreeBSD.org> | 1998-09-02 14:16:07 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1998-09-02 14:16:07 +0000 |
commit | c6af9e903c5ced1f3e58d4337ac39e8678f90499 (patch) | |
tree | 5253b604563222b2b774133a4e8604c2c9710628 /release/picobsd/isp | |
parent | 2f1c86bfc4cceceb43507674df850abd093ac355 (diff) | |
download | FreeBSD-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/picobsd/isp')
-rw-r--r-- | release/picobsd/isp/conf/PICOBSD | 5 |
1 files changed, 4 insertions, 1 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 |