aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch')
-rw-r--r--package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch b/package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch
new file mode 100644
index 0000000000..6f28a2822d
--- /dev/null
+++ b/package/network/utils/iproute2/patches/001-tc-fix-undefined-XATTR_SIZE_MAX.patch
@@ -0,0 +1,10 @@
+--- a/tc/f_flower.c
++++ b/tc/f_flower.c
+@@ -17,6 +17,7 @@
+ #include <linux/if_arp.h>
+ #include <linux/if_ether.h>
+ #include <linux/ip.h>
++#include <linux/limits.h>
+ #include <linux/tc_act/tc_vlan.h>
+ #include <linux/mpls.h>
+