tools: Finalize target extensions setup in iptables_test
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Thu, 27 Oct 2011 07:24:53 +0000 (10:24 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 28 Oct 2011 19:26:12 +0000 (21:26 +0200)
tools/iptables-test.c

index ac50823..9ccee9d 100644 (file)
@@ -1546,6 +1546,9 @@ int main(int argc, char *argv[])
                }
        }
 
+       if (xt_t != NULL)
+               xtables_option_tfcall(xt_t);
+
        if (table_name == NULL)
                table_name = "filter";