Skip to content

Commit

Permalink
Merge pull request #412 from imobach/set-default-value-for-fw_boot_fu…
Browse files Browse the repository at this point in the history
…ll_init

Set default value for FW_BOOT_FULL_INIT
  • Loading branch information
imobachgs committed Nov 17, 2015
2 parents 24445f6 + 67a83bf commit 7e126ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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
7 changes: 7 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 17 12:11:54 UTC 2015 - igonzalezsosa@suse.com

- Add a default value for firewall setting FW_BOOT_INIT_FULL
(bsc#955400)
- 3.1.108.11

-------------------------------------------------------------------
Mon Oct 19 13:22:31 UTC 2015 - mvidner@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2
Version: 3.1.108.10
Version: 3.1.108.11
Release: 0
URL: https://github.com/yast/yast-yast2

Expand Down

0 comments on commit 7e126ad

Please sign in to comment.