summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);