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

Replace SuSEFirewall2 by firewalld #26

Merged
merged 2 commits into from
Feb 2, 2018
Merged

Replace SuSEFirewall2 by firewalld #26

merged 2 commits into from
Feb 2, 2018

Conversation

teclator
Copy link
Contributor

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 2.847% when pulling 7c93b22 on firewalld into 0cab94d on master.

if Ops.get(@EDIT_SETTINGS, "PassiveMode") == "YES"
port_range = Ops.add(
Ops.add(Ops.get(@EDIT_SETTINGS, "PasMinPort"), ":"),
Ops.get(@EDIT_SETTINGS, "PasMaxPort")
Copy link
Member

Choose a reason for hiding this comment

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

can it be nil? if yes, then result can be a bit strange in this add

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It shouldn't be nil. When it is left blank in the Input then it its filled with 1024.

@teclator teclator merged commit 8dec98b into master Feb 2, 2018
@teclator teclator deleted the firewalld branch February 2, 2018 06:50
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

3 participants