diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 21:02:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 21:02:03 +0000 |
commit | 138acd289bd165852b99bcdccede23ebdcb49523 (patch) | |
tree | 7fddd187bf7e20d17a40ed5965cc8ba46d9f016e /cf | |
parent | 533e6800f397e4bcd2860b47b74836008a2d5d6a (diff) | |
download | pfsense-138acd289bd165852b99bcdccede23ebdcb49523.zip pfsense-138acd289bd165852b99bcdccede23ebdcb49523.tar.gz |
Change default icmplim to 750.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 69d993e..eed25dc 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -123,7 +123,7 @@ <item> <desc>Set ICMP Limits</desc> <tunable>net.inet.icmp.icmplim</tunable> - <value>500</value> + <value>750</value> </item> </sysctl> <system> |