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-05 12:43:04 +01:00
2014-10-15 10:25:04 +10:30
2014-07-15 16:12:48 -07:00
2014-12-12 10:58:53 -05:00
2014-11-24 04:28:48 -05:00
2014-12-09 16:29:03 -05:00
2014-11-24 04:28:48 -05:00
2015-01-06 11:07:01 +01:00
2014-12-24 20:02:00 +01:00
2015-01-14 15:08:02 -05:00
2014-12-09 16:29:03 -05:00
2014-12-07 21:22:05 +01:00
2015-01-08 20:36:57 +03:00
2015-01-16 01:02:42 -05:00
2014-11-16 14:50:52 -05:00
2014-12-10 22:41:55 -05:00
2014-11-24 04:28:51 -05:00
2014-10-01 00:44:04 +10:00
2015-01-25 16:00:54 -08:00
2014-09-05 17:47:02 -07:00
2014-07-11 15:04:40 -07:00
2014-12-09 18:12:03 -05:00
2015-01-15 19:41:16 -05:00
2015-01-25 22:09:51 -08:00
2014-11-24 04:28:49 -05:00
2014-12-10 15:33:16 -05:00
2014-12-10 22:41:55 -05:00
2014-11-24 04:28:48 -05:00
2014-12-09 16:28:22 -05:00
2014-10-24 15:51:42 -04:00
2015-01-25 00:23:21 -08:00
2015-01-07 13:57:34 +01:00
2014-12-05 14:18:42 +01:00
2014-12-23 23:57:31 -05:00
2015-01-12 00:14:49 -05:00
2014-10-09 01:40:05 -04:00
2015-01-16 17:04:25 -05:00
2014-11-24 04:28:48 -05:00
2014-12-09 18:12:03 -05:00
2015-01-14 16:49:44 -05:00
2015-01-11 21:54:03 -05:00
2014-11-24 04:28:48 -05:00
2014-12-15 11:49:09 -05:00
2014-12-14 16:10:09 -08:00
2014-11-24 04:28:48 -05:00
2014-12-10 22:41:55 -05:00
2014-12-10 15:48:20 -05:00
2015-01-17 23:52:20 -05:00
2015-01-07 14:03:58 -05:00
2014-12-02 20:01:22 -08:00
2015-01-12 16:01:59 -05:00
2014-12-09 16:29:03 -05:00
2014-12-09 16:29:03 -05:00
2014-10-07 20:28:44 -04:00
2015-01-15 19:28:36 -05:00
2014-11-24 04:28:48 -05:00
2014-12-08 21:30:21 -05:00
2014-12-09 16:29:03 -05:00
2014-12-02 20:01:20 -08:00
2014-12-16 15:53:03 -08:00
2014-12-19 07:13:21 -05:00