From 2e7377d3e21c0c93219eea0d38e2ee37308f6150 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Feb 2002 19:54:42 +0000 Subject: add DSCP target support --- include/linux/netfilter_ipv4/ipt_DSCP.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/linux/netfilter_ipv4/ipt_DSCP.h (limited to 'include/linux/netfilter_ipv4') diff --git a/include/linux/netfilter_ipv4/ipt_DSCP.h b/include/linux/netfilter_ipv4/ipt_DSCP.h new file mode 100644 index 00000000..439ffe94 --- /dev/null +++ b/include/linux/netfilter_ipv4/ipt_DSCP.h @@ -0,0 +1,18 @@ +/* Set DSCP field + * + * (C) 2000-2002 by Matthew G. Marsh + * Harald Welte + * + * This software is distributed under GNU GPL v2, 1991 + * + * ipt_DSCP.h borrowed heavily from ipt_TOS.h 11/09/2000 +*/ +#ifndef _IPT_DSCP_H +#define _IPT_DSCP_H + +#define IPT_DSCP_MASK 0x4f + +struct ipt_DSCP_info { + u_int8_t dscp; +}; + -- cgit v1.2.3