-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
enable eb-family for all relevant firewalld-types #299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd like to see the tests extended for this too
I would happy to help. However, I just searched for all occurences of "ipv6" and added "eb". Seems there are no tests for "ipv6" either, so I am unsure how to add proper tests for that. |
🤦🏻♀️ |
Dear @sircubbi, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
About the failed CI test: I do not think that these is an issue caused by the suggested changes, as these tests fail within files not touched at all. |
@sircubbi i had myself removed from Voxpupuli, when i was hired by Puppet and haven't been working with puppet since i was made redundant, so i don't qualify as reviewer. maybe someone else from @voxpupuli contributors can? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks fine, but I'm not qualified to say if there's anything else that should be taken into consideration when adding eb
support.
Hi, |
the ci is only commit based, so maybe do a |
Did this, however that does not solve the issue since the CI wasn't triggered by the second commit either. |
🤦 this repo has no ci. only a release workflow. |
the fix for this will come with #347 |
I see, ok. Thanks so far. For the moment I just rebased this to a single commit. |
I merged in the module sync to get the tests running. The ICMP tests don't work at this time and I'm super unclear why. But in theory you can get the other tests working... |
I synced with your HEAD but already the static tests fail. Is it because of that outdated |
https://voxpupuli.org/docs/how_to_run_tests/ has instructions for how to update REFERENCE.md. If you're feeling up to adding the missing doc for those parameters that would also be welcome ;) |
Thanks for the pointer. At least my parts should be clean now. I could look at those missing documentations, but I feel it should be a separate PR? |
That would be great! |
see #298
Pull Request (PR) description
allow usage of family "eb" for creating bridge-rules.
This Pull Request (PR) fixes the following issues
Fixes #298