diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-01-24 22:37:27 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-01-24 22:37:27 +0000 |
commit | adfaae0e74d7edce295808a1ee4b3b3d1a46a430 (patch) | |
tree | 3b6f6b239d7d4456fbe6a10dd514f497e450f050 /cf | |
parent | cdde30374b1c306e8c952d7a7e981e2c96c7930f (diff) | |
download | pfsense-adfaae0e74d7edce295808a1ee4b3b3d1a46a430.zip pfsense-adfaae0e74d7edce295808a1ee4b3b3d1a46a430.tar.gz |
Switch default optimization method to normal. For some reason "default" does not work even though "Building firewalls with OpenBSD and PF" claims it does.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 816fd11..873d273 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -4,7 +4,7 @@ <version>1.4</version> <lastchange></lastchange> <system> - <optimization>default</optimization> + <optimization>normal</optimization> <schedulertype>priq</schedulertype> <hostname>pfSense</hostname> <domain>local</domain> |