summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2011-10-27 10:24:55 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-10-28 21:26:12 +0200
commitedf0d5ee58e19ca5d35db9b6e265a9e58e6c0332 (patch)
treed568a5a4577a97d3100cc3c3b563c389ab3b5147 /tools
parentb21f0072851bc6807fee04bd06ff2e4dd40e7372 (diff)
downloadconnman-edf0d5ee58e19ca5d35db9b6e265a9e58e6c0332.tar.gz
connman-edf0d5ee58e19ca5d35db9b6e265a9e58e6c0332.tar.bz2
connman-edf0d5ee58e19ca5d35db9b6e265a9e58e6c0332.zip
tools: Finalize matches extensions setup in iptables_test
Diffstat (limited to 'tools')
-rw-r--r--tools/iptables-test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index 82e1dbb4..b3b47822 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -1568,6 +1568,10 @@ int main(int argc, char *argv[])
}
}
+ for (tmp_xt_rm = xt_rm; tmp_xt_rm != NULL;
+ tmp_xt_rm = tmp_xt_rm->next)
+ xtables_option_mfcall(tmp_xt_rm->match);
+
if (xt_t != NULL)
xtables_option_tfcall(xt_t);