diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2011-02-01 16:03:46 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2011-02-01 16:03:46 +0100 |
commit | 9d0db8b6b1da9e3d4c696ef29449700c58d589db (patch) | |
tree | f3fcf8325e523810c1ec70437b291b5ac8b74bfa /sound | |
parent | netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6 (diff) | |
download | linux-9d0db8b6b1da9e3d4c696ef29449700c58d589db.tar.xz linux-9d0db8b6b1da9e3d4c696ef29449700c58d589db.zip |
netfilter: arpt_mangle: fix return values of checkentry
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>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions