summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-05-21 12:57:23 +0200
committerPatrick McHardy <kaber@trash.net>2010-05-21 12:57:23 +0200
commit8532c70fd182057b440b41f013d8021a95bd72b2 (patch)
tree848a697a3a982b16c81e45767e15e6be39ff6167 /include/linux
parent63fc6258badea3f33cc0fc6b9ded6c94eaf53c4f (diff)
Revert "Revert "Merge branch 'iptables-next'""
This reverts commit 110c1e4502e21ea38e0980e6f8af857d24330099. Revert the revert to restore the TEE target.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/xt_TEE.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_TEE.h b/include/linux/netfilter/xt_TEE.h
new file mode 100644
index 00000000..55d4a501
--- /dev/null
+++ b/include/linux/netfilter/xt_TEE.h
@@ -0,0 +1,9 @@
+#ifndef _XT_TEE_TARGET_H
+#define _XT_TEE_TARGET_H
+
+struct xt_tee_tginfo {
+ union nf_inet_addr gw;
+ char oif[16];
+};
+
+#endif /* _XT_TEE_TARGET_H */