[android-kernel] Re: Load new netfilter module (TARGET)

2010-11-28 Thread Earlence
I believe that you can achieve the same effect by building a custom chain for an existing table. why have you built a separate table? On Nov 28, 9:48 am, Antonio Conforti wrote: > After compile my iptables i try to insert my simple netfilter target. > All goes right, but when i try to start my mo

[android-kernel] Load new netfilter module (TARGET)

2010-11-28 Thread Antonio Conforti
After compile my iptables i try to insert my simple netfilter target. All goes right, but when i try to start my module iptables says : # iptables -I INPUT -j HELLO iptables: Invalid argument I have insert libipt_HELLO.c into /iptables/extensions and recompiled iptables(I have also modified Andro