summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-05-21 12:47:16 +0200
committerPatrick McHardy <kaber@trash.net>2010-05-21 12:47:16 +0200
commit110c1e4502e21ea38e0980e6f8af857d24330099 (patch)
treefeb3d32598f9940b9417c0e6c49963231f98adc2 /include/linux
parent65414babaebcd403e9bf2c27d9d74adb369bf3aa (diff)
Revert "Merge branch 'iptables-next'"
This reverts commit 65414babaebcd403e9bf2c27d9d74adb369bf3aa, reversing changes made to 7278461dfad72e2008585dd0bac0e889e5bba99e. Forgot to commit the version increase.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/xt_TEE.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/linux/netfilter/xt_TEE.h b/include/linux/netfilter/xt_TEE.h
deleted file mode 100644
index 55d4a501..00000000
--- a/include/linux/netfilter/xt_TEE.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#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 */