summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-09-01 19:43:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-09-01 19:43:17 +0000
commitde9a0292cf9684ceecf04d52f80c4282fa772db8 (patch)
tree68ee6a0f54b472a098eef4572e1e97164ab5db8b /etc
parent3828b68ad6879c9892eed09493d503e89d45a8d8 (diff)
downloadpfsense-de9a0292cf9684ceecf04d52f80c4282fa772db8.zip
pfsense-de9a0292cf9684ceecf04d52f80c4282fa772db8.tar.gz
Add icmplim when upgrading configuration from 1.2.1
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index 13e4df9..e9d44fe 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1142,6 +1142,10 @@ function convert_config() {
$config['sysctl']['item'][16]['desc'] = "The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. ";
$config['sysctl']['item'][16]['value'] = "1";
+ $config['sysctl']['item'][16]['tunable'] = "net.inet.icmp.icmplim";
+ $config['sysctl']['item'][16]['desc'] = "Set ICMP Limits";
+ $config['sysctl']['item'][16]['value'] = "500";
+
$config['version'] = "4.1";
}
}
OpenPOWER on IntegriCloud