diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-22 02:57:05 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-22 02:57:05 +0000 |
commit | 12bcdc89e94842ee2411661509f7627ff39f2367 (patch) | |
tree | 45111bbe7a398ab6004e5a1119227098fc6c4f4a /cf | |
parent | 44ce4df14a21aaf47569a1c2f3755713dcc45da1 (diff) | |
download | pfsense-12bcdc89e94842ee2411661509f7627ff39f2367.zip pfsense-12bcdc89e94842ee2411661509f7627ff39f2367.tar.gz |
Commit what I have so far. Magic shaper now works 100% .. or atleast appears to!
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 0639a4c..3cff4e1 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -38,6 +38,8 @@ <subnet>24</subnet> <media></media> <mediaopt></mediaopt> + <bandwidth>100</bandwidth> + <bandwidthtype>Mb</bandwidthtype> <!-- <wireless> *see below (opt[n])* @@ -55,6 +57,8 @@ <dhcphostname></dhcphostname> <media></media> <mediaopt></mediaopt> + <bandwidth>100</bandwidth> + <bandwidthtype>Mb</bandwidthtype> <!-- <wireless> *see below (opt[n])* |