summaryrefslogtreecommitdiffstats
path: root/iptables
diff options
context:
space:
mode:
Diffstat (limited to 'iptables')
-rw-r--r--iptables/xtables-translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xtables-translate.c b/iptables/xtables-translate.c
index 354357c5..0b2c0bf5 100644
--- a/iptables/xtables-translate.c
+++ b/iptables/xtables-translate.c
@@ -297,7 +297,7 @@ static const struct option options[] = {
static int xlate_chain_user_add(struct nft_handle *h, const char *chain,
const char *table)
{
- printf("add chain %s %s %s\n", family2str[h->family], chain, table);
+ printf("add chain %s %s %s\n", family2str[h->family], table, chain);
return 0;
}