On Mon, Feb 29, 2016 at 05:50:39PM +0100, Florian Westphal wrote:
> given
> 
> table filter {
>   set local {
>     type iface_index
>     elements = { lo }
>   }
>   chain input {
>     type filter hook input priority 0;
>     iif { @lan, } accept;
>   }
> }
> 
> nft BUG()s.  I don't see how we could support sets-in-set; add a sanity
> check and error out instead.
> 
> Signed-off-by: Florian Westphal <[email protected]>

Acked-by: Pablo Neira Ayuso <[email protected]>

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to