Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #20 from ingrammicro/bugfix/19-deactivate-windows-…
Browse files Browse the repository at this point in the history
…firewall-on-instance-booting

Deactivate windows firewall on instance booting
  • Loading branch information
pcantera authored Feb 7, 2018
2 parents d2f1919 + 5daca2b commit e857b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firewall/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ func cmdApply(c *cli.Context) error {
// Only apply firewall if we get a non-empty set of rules
if len(policy.Rules) > 0 {
apply(policy)
} else {
flush()
}
return nil
}
Expand Down

0 comments on commit e857b5e

Please sign in to comment.