summaryrefslogtreecommitdiff
path: root/include/linux/netfilter_ipv4/ipt_ECN.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-06-12 17:47:21 (GMT)
committerJan Engelhardt <jengelh@medozas.de>2009-08-10 11:33:07 (GMT)
commit93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636 (patch)
treead6c37307de3d1d34eaea62f0223a001a8e575d2 /include/linux/netfilter_ipv4/ipt_ECN.h
parent6461caed83412ae3e9a16785ffa64396fb66c6a6 (diff)
downloadlinux-fsl-qoriq-93bb1e9d117bfc60306b2b8bd9e0fa7ba3c88636.tar.xz
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_ECN.h')
-rw-r--r--include/linux/netfilter_ipv4/ipt_ECN.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_ECN.h b/include/linux/netfilter_ipv4/ipt_ECN.h
index 94e0d98..7ca4591 100644
--- a/include/linux/netfilter_ipv4/ipt_ECN.h
+++ b/include/linux/netfilter_ipv4/ipt_ECN.h
@@ -8,9 +8,9 @@
*/
#ifndef _IPT_ECN_TARGET_H
#define _IPT_ECN_TARGET_H
-#include <linux/netfilter_ipv4/ipt_DSCP.h>
+#include <linux/netfilter/xt_DSCP.h>
-#define IPT_ECN_IP_MASK (~IPT_DSCP_MASK)
+#define IPT_ECN_IP_MASK (~XT_DSCP_MASK)
#define IPT_ECN_OP_SET_IP 0x01 /* set ECN bits of IPv4 header */
#define IPT_ECN_OP_SET_ECE 0x10 /* set ECE bit of TCP header */