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

is nftable not supported? #342

Open
Yorklandian opened this issue Jan 3, 2024 · 1 comment
Open

is nftable not supported? #342

Yorklandian opened this issue Jan 3, 2024 · 1 comment

Comments

@Yorklandian
Copy link

My iptables has the following version iptables v1.8.7 (nf_tables)
After running code in the example, no changes can be observed via "iptables -t XXX -nvL".
Instead ,rules are added to iptable-legacy which can be seen via "iptables-legacy -t XXX -nvL".
Does this mean I can NOT AT ALL modify iptables with nf_tables backend with this package?

@Cyanat
Copy link

Cyanat commented Jul 9, 2024

According to ldx response in #319 indeed, python-iptables works only with iptables-legacy.
As nf_tables is now widely included by default in recents linux version, it would be great to have a python-iptables nf_tables compatible.

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

No branches or pull requests

2 participants