iptables: Finalize target extensions setup
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Thu, 27 Oct 2011 07:26:38 +0000 (10:26 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 28 Oct 2011 19:34:28 +0000 (21:34 +0200)
src/iptables.c

index 0acc139..d64a151 100644 (file)
@@ -1558,6 +1558,9 @@ static int iptables_command(int argc, char *argv[])
                invert = FALSE;
        }
 
+       if (xt_t != NULL)
+               xtables_option_tfcall(xt_t);
+
        if (table_name == NULL)
                table_name = "filter";