When --fw-flush is specified, set enable_fw to true
This commit is contained in:
@@ -147,6 +147,7 @@ main(int argc, char **argv)
|
||||
if(opts.fw_flush == 1)
|
||||
{
|
||||
fprintf(stdout, "Deleting any existing firewall rules...\n");
|
||||
opts.enable_fw = 1;
|
||||
clean_exit(&opts, FW_CLEANUP, EXIT_SUCCESS);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user