summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_TEE.h
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-05-13 15:43:38 +0200
committerPatrick McHardy <kaber@trash.net>2010-05-13 15:43:38 +0200
commitd990c6d9a0bcb5e5469db35d392d587bf5753a51 (patch)
tree64e18cc3dffe91c17a1c92032d91a29941ae9fc6 /include/linux/netfilter/xt_TEE.h
parent967cb7106f0f61cd7b8fbb10bc2451a3f7372a43 (diff)
parentc303bb0594fae1c4fd1097b2ce0814c5ffd0edc7 (diff)
Merge branch 'master' of git://dev.medozas.de/iptables into iptables-next
Diffstat (limited to 'include/linux/netfilter/xt_TEE.h')
-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 */