ldx / python-iptables

Python bindings for iptables
730 stars 182 forks source link

Does not support custom target #315

Closed caizhengxin closed 3 years ago

caizhengxin commented 3 years ago

eg: iptables -A INPUT -j CUSTOM_TARGET --id 1

jllorente commented 3 years ago

Hi @caizhengxin , I'm using this library with a custom iptables kernel module and I have no problems with it. See here: https://github.com/Aalto5G/RealmGateway/tree/master/iptables_devel

Please verify that both userspace and kernel modules are properly installed.

I'm closing this issue due to insufficient information, reopen if necessary :)