On Mon, 2009-02-09 at 15:43 +0100, Patrick McHardy wrote: > Could you resend the agreed-upon patches that you > want me to apply please? Ok, I just synced with latest git. I will send you a few patches first. My path to resolving tc/ipt is to start with being able to take a basic useless program like: ---------- #include <xtables.h> int main(int argc, char **argv) { return 0; } -------- then compile and link with "gcc useless.c -lxtables -ldl" As it is right now i have to define in the minimal exit_error() cheers, jamal -- 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