From 8d9e26457c06d34a1d5d627d9d09bed6554b4b27 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Fri, 10 Apr 2020 21:03:28 +0200 Subject: iproute2: update to 5.6.0 Update iproute2 to latest stable 5.6.0; for the changes see https://lwn.net/Articles/816778/ Signed-off-by: Hans Dedecker --- package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch') diff --git a/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch b/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch index 10c6b50b5d..95b37ae442 100644 --- a/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch +++ b/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch @@ -31,7 +31,7 @@ Subject: [PATCH] add support for dropping with FAILED_POLICY if (!end || end == arg || *end || res > 255) --- a/include/uapi/linux/rtnetlink.h +++ b/include/uapi/linux/rtnetlink.h -@@ -242,6 +242,7 @@ enum { +@@ -249,6 +249,7 @@ enum { RTN_THROW, /* Not in this table */ RTN_NAT, /* Translate this address */ RTN_XRESOLVE, /* Use external resolver */ -- cgit v1.2.3