commit | a3adadf3018102c24754e0b53a5515c40fbaff4a | [log] [tgz] |
---|---|---|
author | Eric Leblond <eric@regit.org> | Thu Dec 12 08:51:59 2013 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Thu Dec 12 09:37:39 2013 +0100 |
tree | ca499de6e8388500e81a8fdc32443105eae67360 | |
parent | f01b3926ee645974f549f4a6921268142047717c [diff] |
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 <eric@regit.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>