---
 src/iptables.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/iptables.c b/src/iptables.c
index a27811f..7f5f6dd 100644
--- a/src/iptables.c
+++ b/src/iptables.c
@@ -1583,6 +1583,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);
 
-- 
1.7.7

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to