]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
restore old DSCP_SHIFT behaviour
authorHarald Welte <laforge@gnumonks.org>
Mon, 5 Aug 2002 19:05:27 +0000 (19:05 +0000)
committerHarald Welte <laforge@gnumonks.org>
Mon, 5 Aug 2002 19:05:27 +0000 (19:05 +0000)
include/linux/netfilter_ipv4/ipt_DSCP.h
include/linux/netfilter_ipv4/ipt_dscp.h

index 499fca495cdec8020df2555011a98af548664da1..678edee549b544d82bc50c3676f1db5c6f55be5e 100644 (file)
@@ -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
index 1d72875305bbdb72b9c5b4398aeb6c7e86c8e5d2..b6c59bdd2d3ea198e80044f0a80ce3c1bc4685bf 100644 (file)
@@ -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 */