aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2018-11-05 15:32:48 +0100
committerHans Dedecker <dedeckeh@gmail.com>2018-11-08 11:09:13 +0100
commit559635dbb6983b4e95f167d0ac2d3a75af6d3102 (patch)
treeaa494457b47ca25753a186c2ea0cd5811bc2bd27 /package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch
parent68b43270f9bd18d6c28b7d45d2453ae220d760ea (diff)
downloadupstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.tar.gz
upstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.tar.bz2
upstream-559635dbb6983b4e95f167d0ac2d3a75af6d3102.zip
iproute2: update to 4.19.0
Update to the latest version of iproute2; see https://lwn.net/Articles/769354/ for a full overview of the changes in 4.19. Remove 190-add-cake-to-tc patch as CAKE qdisc is now supported in 4.19.0 Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch')
-rw-r--r--package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch2
1 files changed, 1 insertions, 1 deletions
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 9c063791d1..5de663f5c6 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
-@@ -221,6 +221,7 @@ enum {
+@@ -228,6 +228,7 @@ enum {
RTN_THROW, /* Not in this table */
RTN_NAT, /* Translate this address */
RTN_XRESOLVE, /* Use external resolver */