summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/iptables-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index ac50823e..9ccee9da 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -1546,6 +1546,9 @@ int main(int argc, char *argv[])
}
}
+ if (xt_t != NULL)
+ xtables_option_tfcall(xt_t);
+
if (table_name == NULL)
table_name = "filter";