Re: [PATCH iptables] extensions: libipt_realm: fix order of mask and id when do nft translation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jun 27, 2016 at 09:57:25PM +0800, Liping Zhang wrote:
> From: Liping Zhang <liping.zhang@xxxxxxxxxxxxxx>
> 
> Before:
>   # iptables-translate -A INPUT -m realm --realm 1/0xf
>   nft add rule ip filter INPUT rtclassid and 0x1 == 0xf counter
> 
> Apply this patch:
>   # iptables-translate -A INPUT -m realm --realm 1/0xf
>   nft add rule ip filter INPUT rtclassid and 0xf == 0x1 counter

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netfitler Users]     [LARTC]     [Bugtraq]     [Yosemite Forum]

  Powered by Linux