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

Add support for more zone calls with a break out to a zone structure. #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

GRMrGecko
Copy link

For a project I'm working on, I needed the ability to update the default zone. Rather than making my own, I decided to update your project to support using the newer zone settings and additional methods.

In testing the update/add methods, I found that firewalld errors with INVALID_TYPE: '['4242', 'udp']' not of type <class 'tuple'>, but <class 'list'>. I'm guessing this is a newer firewalld requirement of dbus messages, and found that the dbus project has an issue to support it at godbus/dbus#329. With this bug, I decided to add support for the other methods.

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.

1 participant