Martin KaFai Lau
b0a1ba5992
ipv6: Fix __ip6_route_redirect
...
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@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-01-25 22:09:51 -08:00
..
2014-12-23 15:34:28 +01:00
2014-09-30 14:00:48 -04:00
2014-11-26 12:27:04 -05:00
2014-08-06 18:01:24 -07:00
2014-10-07 00:02:30 -04:00
2014-11-23 21:00:56 -05:00
2014-10-14 13:15:15 -04:00
2015-01-15 19:41:16 -05:00
2014-11-23 21:00:56 -05:00
2014-02-27 18:27:26 -05:00
2014-03-06 16:35:55 -05:00
2014-11-11 14:10:31 -05:00
2014-01-15 15:53:18 -08:00
2014-11-23 21:00:56 -05:00
2014-08-24 22:37:52 -07:00
2014-08-24 22:37:52 -07:00
2014-06-04 22:46:38 -07:00
2014-10-07 00:02:30 -04:00
2014-11-23 21:00:56 -05:00
2014-11-29 20:47:48 -08:00
2014-08-24 22:37:52 -07:00
2014-11-23 21:00:56 -05:00
2014-11-29 20:47:48 -08:00
2014-11-23 21:00:56 -05:00
2014-11-23 21:00:56 -05:00
2014-11-25 14:12:12 -05:00
2014-12-08 21:30:21 -05:00
2014-11-21 22:28:24 -05:00
2014-08-24 22:37:52 -07:00
2014-12-09 13:18:09 -05:00
2014-02-20 14:29:49 +01:00
2014-09-19 22:05:28 -04:00
2014-11-16 16:55:06 -05:00
2014-11-11 14:10:31 -05:00
2014-11-23 21:00:56 -05:00
2014-11-11 14:10:31 -05:00
2014-10-30 20:01:18 -04:00
2014-12-09 16:29:03 -05:00
2014-11-07 15:45:50 -05:00
2014-09-19 17:15:31 -04:00
2014-12-09 16:29:03 -05:00
2014-11-23 21:00:56 -05:00
2015-01-25 22:09:51 -08:00
2014-11-23 21:00:56 -05:00
2014-11-04 16:06:09 -05:00
2014-09-04 22:26:14 -07:00
2014-12-22 16:48:01 -05:00
2014-09-26 00:22:47 -04:00
2014-08-24 22:37:52 -07:00
2013-10-19 19:12:11 -04:00
2014-11-05 23:52:33 -08:00
2014-12-09 16:28:22 -05:00
2014-05-23 16:28:53 -04:00
2014-08-24 22:37:52 -07:00
2013-12-06 12:37:56 -05:00
2014-03-14 07:28:08 +01:00
2014-08-24 22:37:52 -07:00
2014-10-22 15:38:48 -04:00
2014-05-06 07:08:38 +02:00
2014-08-24 22:37:52 -07:00
2014-08-24 22:37:52 -07:00