Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Firewall to trusted networks #99

Merged
merged 3 commits into from
Aug 25, 2015

Conversation

bheuvel
Copy link
Contributor

@bheuvel bheuvel commented Jul 20, 2015

Due to the CloudStack API, Open firewall (pf_open_firewall) defaults to opening to the world.

This PR introduces a new property, pf_trusted_networks, which contains a CIDR list.
If this property is filled, the pf_open_firewall will be limited to this list.

@@ -1,6 +1,7 @@
require "log4r"
require "vagrant/util/retryable"
require "vagrant-cloudstack/util/timer"
require "pry"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason to keep require pry in the code?

miguelaferreira added a commit that referenced this pull request Aug 25, 2015
Open Firewall to trusted networks
@miguelaferreira miguelaferreira merged commit 6f24fcf into MissionCriticalCloud:master Aug 25, 2015
@bheuvel bheuvel deleted the trustednetworks branch August 26, 2015 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants