mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add icmplim when upgrading configuration from 1.2.1
This commit is contained in:
parent
3828b68ad6
commit
de9a0292cf
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user