Skip to content

Commit

Permalink
Set a default value for FW_BOOT_FULL_INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 17, 2015
1 parent 24445f6 commit bd20533
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/network/src/modules/SuSEFirewall.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ def main
"FW_IGNORE_FW_BROADCAST_EXT" => "yes",
"FW_IGNORE_FW_BROADCAST_INT" => "no",
"FW_IGNORE_FW_BROADCAST_DMZ" => "no",
"FW_IPSEC_TRUST" => "no"
"FW_IPSEC_TRUST" => "no",
"FW_BOOT_FULL_INIT" => "no"
}

# verbose_level -> if verbosity is more than 0, be verbose, starting in verbose mode
Expand Down

0 comments on commit bd20533

Please sign in to comment.