-
Notifications
You must be signed in to change notification settings - Fork 33
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
nftables::simplerule::dport - takes port ranges as part of the array #189
Conversation
addresses issue 188
Please update REFERENCE.md with $ bundle exec rake strings:generate:reference Add it to the PR and CI should continue. |
This is trickier on my RHEL7 build box than I was hoping; can you point me at a good getting-started page? |
You have puppet agent installed on that box? You can use the ruby from puppet itself: |
I was able to hack my way through to the REFERENCE.md changes. |
@tskirvin please rebase against our latest master branch to get rid of the merge commit. |
Likes like it worked properly this time! |
Any word on getting this merged into a full release and the forge? |
Thanks! I'm getting this rolled out on my systems soon. |
Pull Request (PR) description
Allows nftables::simplerule's dport to accept arrays of both ports and port ranges, and not just one or the other.
This Pull Request (PR) fixes the following issues
Fixes #188