Re: [PATCH] Fix potential endless loop in ipDefaultRouterTable

2009-08-26 Thread Dave Shield
2009/8/25 Jan Safranek : > I send here small patch, which fixes endless loop in > Linux implementation of ipDefaultRouterTable in current trunk (5.5-pre1). > I think the bug is pretty serious and I'd like to have the patch in official > net-snmp-5.5. +1 I believe you've now got the neces

Re: [PATCH] Fix potential endless loop in ipDefaultRouterTable

2009-08-25 Thread Jan Safranek
On 08/25/2009 07:46 PM, Thomas Anders wrote: > Jan Safranek wrote: >> This patch advances to the next route from netlink if CONTAINER_INSERT >> fails. > > +1 > > Has the patch been tested on a system with and/or without the (former) loop > problem? Sure, tested on both. It's not that difficult to

Re: [PATCH] Fix potential endless loop in ipDefaultRouterTable

2009-08-25 Thread Thomas Anders
Jan Safranek wrote: > This patch advances to the next route from netlink if CONTAINER_INSERT > fails. +1 Has the patch been tested on a system with and/or without the (former) loop problem? +Thomas -- Let Crystal Repo

Re: [PATCH] Fix potential endless loop in ipDefaultRouterTable

2009-08-25 Thread Magnus Fromreide
On Tue, 2009-08-25 at 13:28 +0200, Jan Safranek wrote: > Hi, > > thanks for polite warning that we have 5.5 freeze, I was not aware about it. > But I still want to fix some bugs, so let's try the official way :). According > to the freeze policy I send here small patch, which fixes endless loop in

[PATCH] Fix potential endless loop in ipDefaultRouterTable

2009-08-25 Thread Jan Safranek
Hi, thanks for polite warning that we have 5.5 freeze, I was not aware about it. But I still want to fix some bugs, so let's try the official way :). According to the freeze policy I send here small patch, which fixes endless loop in Linux implementation of ipDefaultRouterTable in current trunk (5