aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_dccp.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-12 13:47:21 -0400
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 07:33:07 -0400
commit93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636 (patch)
treead6c37307de3d1d34eaea62f0223a001a8e575d2 /include/linux/netfilter_ipv4/ipt_dccp.h
parent6461caed83412ae3e9a16785ffa64396fb66c6a6 (diff)
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_dccp.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_dccp.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_dccp.h b/include/linux/netfilter_ipv4/ipt_dccp.h
deleted file mode 100644
index e70d11e1f53..00000000000
--- a/include/linux/netfilter_ipv4/ipt_dccp.h
+++ /dev/null
@@ -1,15 +0,0 @@
1#ifndef _IPT_DCCP_H_
2#define _IPT_DCCP_H_
3
4#include <linux/netfilter/xt_dccp.h>
5#define IPT_DCCP_SRC_PORTS XT_DCCP_SRC_PORTS
6#define IPT_DCCP_DEST_PORTS XT_DCCP_DEST_PORTS
7#define IPT_DCCP_TYPE XT_DCCP_TYPE
8#define IPT_DCCP_OPTION XT_DCCP_OPTION
9
10#define IPT_DCCP_VALID_FLAGS XT_DCCP_VALID_FLAGS
11
12#define ipt_dccp_info xt_dccp_info
13
14#endif /* _IPT_DCCP_H_ */
15