--- zzzz-none-000/linux-2.6.32.61/net/netfilter/xt_limit.c 2013-06-10 09:43:48.000000000 +0000 +++ ar9-7330-650/linux-2.6.32.61/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. */