summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-04-19 14:47:11 +0200
committerJan Engelhardt <jengelh@medozas.de>2010-04-19 14:47:22 +0200
commitc303bb0594fae1c4fd1097b2ce0814c5ffd0edc7 (patch)
tree1f63048b00bb95e1aaf4302b430086e0e611e298 /include
parentdb6d027bb9626129617ea3a3f2fe4b87ab307bf6 (diff)
extensions: add support for xt_TEE
xt_TEE is firstly included in Linux 2.6.35. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include')
-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 */