64035ac463
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
13 lines
323 B
Diff
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;
|