Yes, this fix works. --- On Tue, 3/1/11, Eddie Kohler <[email protected]> wrote:
> From: Eddie Kohler <[email protected]> > Subject: Re: [Click] FromHost bug > To: "Bobby Longpocket" <[email protected]> > Cc: [email protected] > Date: Tuesday, March 1, 2011, 9:42 AM > Thanks for reporting this. I > have checked in a fix; does it work for you? > > Eddie > > > On 02/28/2011 10:20 PM, Bobby Longpocket wrote: > > FromHost mangles the device->FromHost mappings by > putting each instance in both the "unknown" map and the > ifindex-based map at the same time. > > > > This happens at configure() time. FromHost tries > to remove itself from the "unknown" map before adding itself > to the ifindex-based map, but the removal fails: the > associated device already has an ifindex, so remove() > doesn't look in the "unknown" map for it. > > > > This was introduced in commit > 83cef857858431f0ad8bc2ac8b0984da3276008b > > > > > > > > _______________________________________________ > > click mailing list > > [email protected] > > https://amsterdam.lcs.mit.edu/mailman/listinfo/click > _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
