pmaports/device/testing/linux-nobby-230/05-add-xt-dscp-mask-define.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

13 lines
323 B
Diff

diff --git a/xt_dscp.h b/xt_dscp.h
index 648e0b3..210a23a 100644
--- a/include/uapi/linux/netfilter/xt_dscp.h
+++ b/include/uapi/linux/netfilter/xt_dscp.h
@@ -13,6 +13,8 @@
#include <linux/netfilter/xt_dscp.h>
#include <linux/types.h>
+#define XT_DSCP_MASK 0xfc
+
/* target info */
struct xt_DSCP_info {
__u8 dscp;