diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-02 21:53:43 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-02 21:53:43 +0000 |
commit | 2d0ef9579f93eb9b67cb57f93fc44bd116f991a1 (patch) | |
tree | 563d0a9835706928d2537fbccb5f7725ce1dce28 | |
parent | 0a9251d2164d40b7fa180cfc4a5492ce3d61bafa (diff) | |
download | pfsense-2d0ef9579f93eb9b67cb57f93fc44bd116f991a1.zip pfsense-2d0ef9579f93eb9b67cb57f93fc44bd116f991a1.tar.gz |
Turn off TSO for BCE, too
-rw-r--r-- | etc/inc/config.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index a9cde9c..dc00c67 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1198,6 +1198,10 @@ function convert_config() { $config['sysctl']['item'][18]['desc'] = "TCP Offload engine"; $config['sysctl']['item'][18]['value'] = "0"; + $config['sysctl']['item'][19]['tunable'] = "hw.bce.tso_enable"; + $config['sysctl']['item'][19]['desc'] = "TCP Offload engine - BCE"; + $config['sysctl']['item'][19]['value'] = "0"; + $config['version'] = "4.1"; } } |