diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-09-02 00:55:48 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-09-02 00:55:48 +0000 |
commit | 5af041edf56bcb3f0524ab2951803e7938f6fcf5 (patch) | |
tree | 15c8b997c8479b4f2f03f1677c5ac0fad5573d09 /etc/inc/config.inc | |
parent | de9a0292cf9684ceecf04d52f80c4282fa772db8 (diff) | |
download | pfsense-5af041edf56bcb3f0524ab2951803e7938f6fcf5.zip pfsense-5af041edf56bcb3f0524ab2951803e7938f6fcf5.tar.gz |
s/16/17
Noticed-by: cmb
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r-- | etc/inc/config.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc index e9d44fe..95ddfad 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1142,9 +1142,9 @@ 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['sysctl']['item'][17]['tunable'] = "net.inet.icmp.icmplim"; + $config['sysctl']['item'][17]['desc'] = "Set ICMP Limits"; + $config['sysctl']['item'][17]['value'] = "500"; $config['version'] = "4.1"; } |