On Nov 15 2007 12:04, Sebastian Classen wrote: > >We are now using the TEE-Target in production environment for a few >weeks now and it seems to work well. > >@Jan: Find attached a patch with some little final bug fixes. Now it >compiles with current stable 2.6.23.1 kernel. Please add this to your >SVN. >diff -pruN xt_TEE.orig/iptables/.TEE-testx xt_TEE/iptables/.TEE-testx >--- xt_TEE.orig/iptables/.TEE-testx 2007-10-05 13:23:03.000000000 +0200 >+++ xt_TEE/iptables/.TEE-testx 2007-10-05 14:37:10.000000000 +0200 >@@ -1,2 +1,2 @@ > #!/bin/sh >-[ -f "$KERNEL_DIR/net/netfilter/xt_TEE.h" ] && echo TEE >+[ -f "$KERNEL_DIR/net/netfilter/xt_TEE.c" ] && echo TEE Should have been /include/linux/netfilter/xt_TEE.h - changed accordingly. The .h file is what the build depends on, not the .c file. Merged the rest. >Any change of getting with into pom-ng? > POM is practically dead IMO and that which is in my adhoc svn repo was supposed to go in, if Patrick agrees, that is. - To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html