public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2/files: iproute2-2.6.35-cached-routes.patch
@ 2010-09-18 11:33 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2010-09-18 11:33 UTC (permalink / raw
  To: gentoo-commits

vapier      10/09/18 11:33:40

  Added:                iproute2-2.6.35-cached-routes.patch
  Log:
  Add fix from upstream for cached route misbehavior #331447 by ByrneG.
  
  (Portage version: 2.2_rc83/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sys-apps/iproute2/files/iproute2-2.6.35-cached-routes.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.35-cached-routes.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/files/iproute2-2.6.35-cached-routes.patch?rev=1.1&content-type=text/plain

Index: iproute2-2.6.35-cached-routes.patch
===================================================================
http://bugs.gentoo.org/331447

From c73f3e02f8ae25e5daad0367690a3069895dd8a3 Mon Sep 17 00:00:00 2001
From: Ulrich Weber <uweber@astaro.com>
Date: Thu, 12 Aug 2010 11:05:19 +0200
Subject: [PATCH] iproute2: dont filter cached routes on iproute_get

iproute_get will return cloned routes for IPv4
and cloned as well non-cloned routes for IPv6.

Therefore RTM_F_CLONED flag should not be checked
for iproute_get routes. Check in print_route will
always fail because valid values are 0 and 1.

Signed-off-by: Ulrich Weber <uweber@astaro.com>
---
 ip/iproute.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ip/iproute.c b/ip/iproute.c
index 711576e..b43933c 100644
--- a/ip/iproute.c
+++ b/ip/iproute.c
@@ -1286,6 +1286,7 @@ int iproute_get(int argc, char **argv)
 	memset(&req, 0, sizeof(req));
 
 	iproute_reset_filter();
+	filter.cloned = 2;
 
 	req.n.nlmsg_len = NLMSG_LENGTH(sizeof(struct rtmsg));
 	req.n.nlmsg_flags = NLM_F_REQUEST;
-- 
1.7.2







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-18 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-18 11:33 [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2/files: iproute2-2.6.35-cached-routes.patch Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox