aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_MARK.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-12 19:47:21 +0200
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 13:33:07 +0200
commit93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636 (patch)
treead6c37307de3d1d34eaea62f0223a001a8e575d2 /include/linux/netfilter_ipv4/ipt_MARK.h
parentnetfilter: xtables: remove xt_owner v0 (diff)
downloadlinux-dev-93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636.tar.xz
linux-dev-93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636.zip
netfilter: xtables: remove redirecting header files
When IPv4 and IPv6 matches were unified approx. 3.5 years ago, they received new header filenames (e.g. xt_CLASSIFY.h). Let's remove the old ones now. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_ipv4/ipt_MARK.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_MARK.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_MARK.h b/include/linux/netfilter_ipv4/ipt_MARK.h
deleted file mode 100644
index 697a486a96d3..000000000000
--- a/include/linux/netfilter_ipv4/ipt_MARK.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef _IPT_MARK_H_target
-#define _IPT_MARK_H_target
-
-/* Backwards compatibility for old userspace */
-
-#include <linux/netfilter/xt_MARK.h>
-
-/* Version 0 */
-#define ipt_mark_target_info xt_mark_target_info
-
-/* Version 1 */
-#define IPT_MARK_SET XT_MARK_SET
-#define IPT_MARK_AND XT_MARK_AND
-#define IPT_MARK_OR XT_MARK_OR
-
-#define ipt_mark_target_info_v1 xt_mark_target_info_v1
-
-#endif /*_IPT_MARK_H_target*/