From: Harald Welte Date: Mon, 5 Aug 2002 19:05:27 +0000 (+0000) Subject: restore old DSCP_SHIFT behaviour X-Git-Tag: v1.2.7~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ceee3db0157995c2f95bd096f64c2ea0d7ca74cf;p=thirdparty%2Fiptables.git restore old DSCP_SHIFT behaviour --- diff --git a/include/linux/netfilter_ipv4/ipt_DSCP.h b/include/linux/netfilter_ipv4/ipt_DSCP.h index 499fca49..678edee5 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 1d728753..b6c59bdd 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 */