summaryrefslogtreecommitdiffstats
path: root/iptables/xtables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/xtables.c')
-rw-r--r--iptables/xtables.c2
1 files changed, 1 insertions, 1 deletions
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,