diff options
author | Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com> | 2011-10-27 10:24:53 +0300 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2011-10-28 21:26:12 +0200 |
commit | d525bbfe27dd955c4102ff744fbd6f7e2556ba73 (patch) | |
tree | 504bab0dd1f87f84325f1638d27ef92deaaa6f0f /tools | |
parent | dc44407d75850208300cd997aeb6f74aa4f85b6c (diff) | |
download | connman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.tar.gz connman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.tar.bz2 connman-d525bbfe27dd955c4102ff744fbd6f7e2556ba73.zip |
tools: Finalize target extensions setup in iptables_test
Diffstat (limited to 'tools')
-rw-r--r-- | tools/iptables-test.c | 3 |
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"; |