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
Since update from py 3.11 to 3.12, passing a rule_d to add_rule in iptc.easy.add_rule() with rule_d['tcp'] = {'dport': None}
or rule_d['tcp'] = {'dport': 'None'}
throws segfault
Running python 3.12, python-iptables v1.01, iptables v1.8.4 (legacy) on ubuntu 20.04
Since update from py 3.11 to 3.12, passing a rule_d to add_rule in iptc.easy.add_rule() with
rule_d['tcp'] = {'dport': None}
or
rule_d['tcp'] = {'dport': 'None'}
throws segfault
example:
The text was updated successfully, but these errors were encountered: