From 7851975e5055381d30f0788d90671485695928e1 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Tue, 11 Feb 2014 12:46:44 +0200 Subject: xtables: Add backward compatibility with -w option Just to keep aligned with iptables legacy tool. Signed-off-by: Tomasz Bursztyka Signed-off-by: Pablo Neira Ayuso --- iptables/xtables-standalone.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptables/xtables-standalone.c') diff --git a/iptables/xtables-standalone.c b/iptables/xtables-standalone.c index eb139805..355a4460 100644 --- a/iptables/xtables-standalone.c +++ b/iptables/xtables-standalone.c @@ -70,7 +70,7 @@ xtables_main(int family, const char *progname, int argc, char *argv[]) exit(EXIT_FAILURE); } - ret = do_commandx(&h, argc, argv, &table); + ret = do_commandx(&h, argc, argv, &table, false); if (ret) ret = nft_commit(&h); -- cgit v1.2.3