--- zzzz-none-000/linux-2.6.32.60/net/netfilter/xt_limit.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/net/netfilter/xt_limit.c 2011-07-20 07:23:51.000000000 +0000 @@ -78,11 +78,19 @@ /* We're not limited. */ priv->credit -= r->cost; spin_unlock_bh(&limit_lock); +#ifdef CONFIG_LTQ_NF_ADDONS + return (true ^ r->invert); +#else return true; +#endif } spin_unlock_bh(&limit_lock); +#ifdef CONFIG_LTQ_NF_ADDONS + return (false ^ r->invert); +#else return false; +#endif } /* Precision saver. */