summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaforge <laforge>2002-08-05 19:05:27 +0000
committerlaforge <laforge>2002-08-05 19:05:27 +0000
commitec6505f63a1aad29e0c77813cfbca30eb819dca0 (patch)
tree188bdb25978e2064ff3af8a6933db71600180efa
parentb7aa7f6fbabb87e745a66556a62b27faaff4a532 (diff)
restore old DSCP_SHIFT behaviour
-rw-r--r--include/linux/netfilter_ipv4/ipt_DSCP.h2
-rw-r--r--include/linux/netfilter_ipv4/ipt_dscp.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/netfilter_ipv4/ipt_DSCP.h b/include/linux/netfilter_ipv4/ipt_DSCP.h
index 499fca4..678edee 100644
--- a/include/linux/netfilter_ipv4/ipt_DSCP.h
+++ b/include/linux/netfilter_ipv4/ipt_DSCP.h
@@ -6,7 +6,7 @@
*
* See RFC2474 for a description of the DSCP field within the IP Header.
*
- * Id: ipt_DSCP.h,v 1.7 2002/03/14 12:03:13 laforge Exp
+ * Id: ipt_DSCP.h,v 1.7 2002/03/14 12:03:13 laforge Exp
*/
#ifndef _IPT_DSCP_TARGET_H
#define _IPT_DSCP_TARGET_H
diff --git a/include/linux/netfilter_ipv4/ipt_dscp.h b/include/linux/netfilter_ipv4/ipt_dscp.h
index 1d72875..b6c59bd 100644
--- a/include/linux/netfilter_ipv4/ipt_dscp.h
+++ b/include/linux/netfilter_ipv4/ipt_dscp.h
@@ -5,13 +5,13 @@
*
* See RFC2474 for a description of the DSCP field within the IP Header.
*
- * Id: ipt_dscp.h,v 1.1 2002/03/14 12:03:13 laforge Exp
+ * Id: ipt_dscp.h,v 1.3 2002/08/05 19:00:21 laforge Exp
*/
#ifndef _IPT_DSCP_H
#define _IPT_DSCP_H
#define IPT_DSCP_MASK 0xfc /* 11111100 */
-#define IPT_DSCP_SHIFT 2 /* shift DSCP two bits for ECN */
+#define IPT_DSCP_SHIFT 2
#define IPT_DSCP_MAX 0x3f /* 00111111 */
/* match info */