From: Pablo Neira Ayuso Date: Tue, 30 Jul 2013 09:28:45 +0000 (+0200) Subject: xtables: fix typo in add_entry for the IPv6 case X-Git-Tag: v1.6.0~111^2~71 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96180491d51853a4315ba4eeb29a53505b6515e5;p=thirdparty%2Fiptables.git xtables: fix typo in add_entry for the IPv6 case It should pass zero, instead of the 'append' boolean. Signed-off-by: Pablo Neira Ayuso --- diff --git a/iptables/xtables.c b/iptables/xtables.c index 7a6509a7..30355466 100644 --- a/iptables/xtables.c +++ b/iptables/xtables.c @@ -442,7 +442,7 @@ add_entry(const char *chain, &d.mask.v6[j], sizeof(struct in6_addr)); if (append) { ret = nft_rule_append(h, chain, table, - cs, append, + cs, 0, verbose); } else { ret = nft_rule_insert(h, chain, table,