Revision e8165036
Added by Martin Wasley over 8 years ago
src/usr/local/www/system_advanced_network.php | ||
---|---|---|
119 | 119 |
if ($_POST['disablelargereceiveoffloading'] == "yes") { |
120 | 120 |
$config['system']['disablelargereceiveoffloading'] = true; |
121 | 121 |
} else { |
122 |
unset($config['system']['disablelargereceiveoffloading']);
|
|
122 |
unset($config['system']['disablelargereceiveoffloading']); |
|
123 | 123 |
} |
124 | 124 |
|
125 | 125 |
setup_microcode(); |
Also available in: Unified diff
format correction