iproute2: update to 4.20.0
[openwrt/staging/mkresin.git] / package / network / utils / iproute2 / patches / 001-tc-fix-undefined-XATTR_SIZE_MAX.patch
1 --- a/tc/f_flower.c
2 +++ b/tc/f_flower.c
3 @@ -17,6 +17,7 @@
4 #include <linux/if_arp.h>
5 #include <linux/if_ether.h>
6 #include <linux/ip.h>
7 +#include <linux/limits.h>
8 #include <linux/tc_act/tc_vlan.h>
9 #include <linux/mpls.h>
10