From 4f8091d45431d2dcdab2d3c911a53ec6afc97503 Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Thu, 27 Oct 2011 10:26:40 +0300 Subject: [PATCH] iptables: Finalize matches extensions setup --- src/iptables.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/iptables.c b/src/iptables.c index 1668df7..16c3701 100644 --- a/src/iptables.c +++ b/src/iptables.c @@ -1580,6 +1580,10 @@ static int iptables_command(int argc, char *argv[]) invert = FALSE; } + 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); -- 2.7.4