From: Michael Tremer Date: Wed, 1 Aug 2012 18:29:19 +0000 (+0000) Subject: Fix typo introduced in the last commit. X-Git-Tag: 005~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be9aaf8b80ee68d105dab188ddcca0749007089f;p=network.git Fix typo introduced in the last commit. --- diff --git a/functions.constants-firewall b/functions.constants-firewall index 1292429e..75e1a36a 100644 --- a/functions.constants-firewall +++ b/functions.constants-firewall @@ -40,7 +40,7 @@ FIREWALL_CONFIG_PARAMS="${FIREWALL_CONFIG_PARAMS} FIREWALL_LOG_METHOD" # Set the default threshold for the nflog method. FIREWALL_NFLOG_THRESHOLD=30 -FIREWALL_CONFIG_PARAMS="${FIREWALL_CONFIG_PARAMS} FIREWALL_NFLOG_THREASHOLD" +FIREWALL_CONFIG_PARAMS="${FIREWALL_CONFIG_PARAMS} FIREWALL_NFLOG_THRESHOLD" # Enable clamping MSS for braindead ISPs which filter ICMP packets. FIREWALL_CLAMP_PATH_MTU="false"