Skip to content

add support Python 3.9 and Debian 11 #70

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

Closed
wants to merge 2 commits into from

Conversation

verificatorrus
Copy link

No description provided.

@oremanj
Copy link
Owner

oremanj commented Jan 13, 2022

Python 3.9 (and 3.10) support has been committed and released. I don't think your Debian instructions are correct; iptables-legacy is the old iptables, not nftables. nftables provides iptables-nft which supports the same syntax but bases it on the new kernel interfaces. Regardless I think either should work for netfilterqueue as the queueing capability is core to Netfilter and is not dependent on which firewall is used. Both alternatives of iptables provide the same interface and thus should be equivalent for our purposes. It is also possible to express queueing using the new native nft tool: https://wiki.nftables.org/wiki-nftables/index.php/Queueing_to_userspace

Are you seeing a difference in behavior on new Debian or did you just want to add the nftables info for completeness?

@oremanj oremanj closed this Jan 28, 2022
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.

2 participants