aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch
diff options
context:
space:
mode:
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>2020-02-12 20:23:01 +0800
committerHans Dedecker <dedeckeh@gmail.com>2020-02-13 21:35:13 +0100
commit5715b21f8066f85aa06ff131868e11a27cca5559 (patch)
treefe32703361132693d8f697773250c455e4fbcc01 /package/network/utils/iproute2/patches/180-drop_FAILED_POLICY.patch
parent73f3ad1df2e1d33d3d5aae4fd2093aa80406cc4a (diff)
downloadupstream-5715b21f8066f85aa06ff131868e11a27cca5559.tar.gz
upstream-5715b21f8066f85aa06ff131868e11a27cca5559.tar.bz2
upstream-5715b21f8066f85aa06ff131868e11a27cca5559.zip
iproute2: update to 5.5.0, enable LTO
Update iproute2 to 5.5.0 Enable LTO to save several KB of size Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
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 449d4512fe..10c6b50b5d 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
-@@ -235,6 +235,7 @@ enum {
+@@ -242,6 +242,7 @@ enum {
RTN_THROW, /* Not in this table */
RTN_NAT, /* Translate this address */
RTN_XRESOLVE, /* Use external resolver */