On Tuesday 2009-03-17 11:19, Vlad wrote: > Hallo , I'm trying to write a new module for iptables. I started with a dummy > module. I can successfully compile it. But if I trying to use it, I get an > error message: > > $ iptables -A INPUT -s 128.0.0.1 -m secan --drop -j DROP > drop frame > iptables: No chain/target/match by that name > > Can someone tell me what is a problem? Here is my code: >[...] The iptables code looks fine, but what about the kernel side module? -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html