Hello, I am (still) working on a small target for xtables and have encountered a bug I don't quite understand. It seems that after the first rule using my target is inserted, checkentry is called twice for every following rule. The reason I think this is that my output in the checkentry-function appears twice in the log-files. In addition, for some reason, the struct in the first call contains the values for the previous rule. After having studied my checkentry-function in detail, I don't find anything wrong with it. It does the necessary checks, creates a unique proc-file for this rule and returns true if everything is fine, and false otherwise. I have always though that checkentry is always called once per rule (it returns true), does anyone have any hints, tips or suggestions to what might be wrong? Please let me know if you need more information. Thanks, Kristian -- 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