netfilter: arpt_mangle: fix return values of checkentry
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 1 Feb 2011 15:03:46 +0000 (16:03 +0100)
committerPatrick McHardy <kaber@trash.net>
Tue, 1 Feb 2011 15:03:46 +0000 (16:03 +0100)
In 135367b "netfilter: xtables: change xt_target.checkentry return type",
the type returned by checkentry was changed from boolean to int, but the
return values where not adjusted.

arptables: Input/output error

This broke arptables with the mangle target since it returns true
under success, which is interpreted by xtables as >0, thus
returning EIO.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found