]> git.ipfire.org Git - thirdparty/iptables.git/commit
extensions: libxt_connmark: Fix order of mask and mark
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 1 Jun 2016 18:08:27 +0000 (23:38 +0530)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 2 Jun 2016 11:06:03 +0000 (13:06 +0200)
commit2bd49c03c8601aff8f951a8153e95bfdeb7b84d8
treece6d8d2e27c6c7e954af415502c23a15ee9d8119
parentddc76d5205836e60db556362a111102e7a1ff001
extensions: libxt_connmark: Fix order of mask and mark

The order of mask and mark in the output is wrong. This has been pointed
out: http://git.netfilter.org/iptables/commit/?id=8548dd253833027c68ac6400c3118ef788fabe5d
by Liping Zhang <liping.zhang@spreadtrum.com>.
This patch fixes the same issue with connmark.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libxt_connmark.c