From: Eric Leblond Date: Thu, 12 Dec 2013 07:51:59 +0000 (+0100) Subject: netfilter: nft_reject: fix endianness in dump function X-Git-Tag: v3.13-rc5~30^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3adadf3018102c24754e0b53a5515c40fbaff4a;p=pandora-kernel.git netfilter: nft_reject: fix endianness in dump function The dump function in nft_reject_ipv4 was not converting a u32 field to network order before sending it to userspace, this needs to happen for consistency with other nf_tables and nfnetlink subsystems. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed