summaryrefslogtreecommitdiff
path: root/tools/iptables-test.c
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2011-10-27 10:24:53 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-28 21:26:12 +0200
commitd525bbfe27dd955c4102ff744fbd6f7e2556ba73 (patch)
tree504bab0dd1f87f84325f1638d27ef92deaaa6f0f /tools/iptables-test.c
parentdc44407d75850208300cd997aeb6f74aa4f85b6c (diff)
downloadconnman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.tar.gz
connman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.tar.bz2
connman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.zip
tools: Finalize target extensions setup in iptables_test
Diffstat (limited to 'tools/iptables-test.c')
-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";