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 <[email protected]> wrote: > 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 Android.mk to add the module HELLO) and > recompiled it, then i compiled xt_HELLO.c and i have obtained > xt_HELLO.ko. > I push iptables command into /system/bin and I have insmodded > xt_HELLO.ko. > > This is my > libipt_HELLO.chttps://docs.google.com/leaf?id=0B5fuqkGT9Av2Y2E1MjFlNTQtZDI5ZC00MTM3... > > this is > xt_HELLO.chttps://docs.google.com/leaf?id=0B5fuqkGT9Av2ZGEyMmEwYjYtMDNjNi00NTM0... > > and finally the > makefilehttps://docs.google.com/leaf?id=0B5fuqkGT9Av2ZDBkYzY2ZjQtZjMwZi00ZTEx... > > What is wrong? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
