summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2011-01-04 21:15:00 +0200
committerWarren Baker <warren@decoy.co.za>2011-01-04 21:15:00 +0200
commit64c8631376075d3a01da3d0d388c82f927578943 (patch)
tree4d944fe476d1794467de29cc548c7d4b5f4a6270
parent807fd6cd358c71dd48fb7766e49f05f86b93d3fb (diff)
downloadpfsense-64c8631376075d3a01da3d0d388c82f927578943.zip
pfsense-64c8631376075d3a01da3d0d388c82f927578943.tar.gz
Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.
-rw-r--r--etc/inc/upgrade_config.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/inc/upgrade_config.inc b/etc/inc/upgrade_config.inc
index 58b613b..cdcc0cc 100644
--- a/etc/inc/upgrade_config.inc
+++ b/etc/inc/upgrade_config.inc
@@ -709,10 +709,14 @@ function upgrade_040_to_041() {
$config['sysctl']['item'][19]['descr'] = "Set the ephemeral port range starting port";
$config['sysctl']['item'][19]['value'] = "default";
- $config['sysctl']['item'][20]['tunable'] = "hw.syscons.kbd_reboot ";
+ $config['sysctl']['item'][20]['tunable'] = "hw.syscons.kbd_reboot";
$config['sysctl']['item'][20]['descr'] = "Enables ctrl+alt+delete";
$config['sysctl']['item'][20]['value'] = "default";
+ $config['sysctl']['item'][20]['tunable'] = "kern.ipc.maxsockbuf";
+ $config['sysctl']['item'][20]['descr'] = "Maximum socket buffer size";
+ $config['sysctl']['item'][20]['value'] = "default";
+
}
}
OpenPOWER on IntegriCloud