From af091900036048ce7c5d45bc3061de7f288edb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Wed, 13 May 2015 11:04:07 +0200 Subject: [PATCH] remove left over patch file --- iproute2-3.19.0-route-cloned.patch | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 iproute2-3.19.0-route-cloned.patch diff --git a/iproute2-3.19.0-route-cloned.patch b/iproute2-3.19.0-route-cloned.patch deleted file mode 100644 index aa2669f..0000000 --- a/iproute2-3.19.0-route-cloned.patch +++ /dev/null @@ -1,29 +0,0 @@ -From db5da576c98906bf39cd914cec0c9226139db89f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Pavel=20=C5=A0imerda?= -Date: Fri, 13 Mar 2015 13:17:02 +0100 -Subject: [PATCH 5/7] ip-route: don't hide routes with RTM_F_CLONED by default -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -Signed-Off-By: Pavel Šimerda ---- - ip/iproute.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ip/iproute.c b/ip/iproute.c -index 024d401..46c24bb 100644 ---- a/ip/iproute.c -+++ b/ip/iproute.c -@@ -144,7 +144,7 @@ static int filter_nlmsg(struct nlmsghdr *n, struct rtattr **tb, int host_len) - if (r->rtm_family == AF_INET6 && table != RT_TABLE_MAIN) - ip6_multiple_tables = 1; - -- if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED)) -+ if (filter.cloned && !(r->rtm_flags&RTM_F_CLONED)) - return 0; - - if (r->rtm_family == AF_INET6 && !ip6_multiple_tables) { --- -2.0.5 -