[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150125.221022.2239123042100940879.davem@davemloft.net>
Date: Sun, 25 Jan 2015 22:10:22 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: kafai@...com
Cc: netdev@...r.kernel.org, hannes@...essinduktion.org,
kernel-team@...com
Subject: Re: [PATCH net] ipv6: Fix __ip6_route_redirect
From: Martin KaFai Lau <kafai@...com>
Date: Tue, 20 Jan 2015 19:16:02 -0800
> In my last commit (a3c00e4: ipv6: Remove BACKTRACK macro), the changes in
> __ip6_route_redirect is incorrect. The following case is missed:
> 1. The for loop tries to find a valid gateway rt. If it fails to find
> one, rt will be NULL.
> 2. When rt is NULL, it is set to the ip6_null_entry.
> 3. The newly added 'else if', from a3c00e4, will stop the backtrack from
> happening.
>
> Signed-off-by: Martin KaFai Lau <kafai@...com>
Applied and queued up for -stable, thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists