You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "python-iptables-cli.py", line 10, in <module>
print(iptc.easy.dump_table('filter', ipv6=False))
File "/usr/lib/python3.7/site-packages/iptc/easy.py", line 208, in dump_table
File "/usr/lib/python3.7/site-packages/iptc/easy.py", line 208, in <dictcomp>
File "/usr/lib/python3.7/site-packages/iptc/easy.py", line 213, in dump_chain
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 1518, in _get_rules
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 1518, in <listcomp>
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 1834, in create_rule
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 957, in __init__
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 1369, in _set_rule
File "/usr/lib/python3.7/site-packages/iptc/ip4tc.py", line 728, in __init__
iptc.errors.XTablesError: can't find target
The problem appears to be that python-iptables is trying to load libxt_standard.so. This file does not exist on OpenWRT. I believe it is built-in module and so the assumption is that python-iptables should recognize this and not fail.
The text was updated successfully, but these errors were encountered:
Environment:
Sample code:
Full result:
The problem appears to be that python-iptables is trying to load libxt_standard.so. This file does not exist on OpenWRT. I believe it is built-in module and so the assumption is that python-iptables should recognize this and not fail.
The text was updated successfully, but these errors were encountered: