diff options
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | 2013-11-08 05:56:53 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-09 00:16:04 +0400 |
commit | f104a567e673f382b09542a8dc3500aa689957b4 (patch) | |
tree | 6c85b2cfd65fb0e0e5a506eac73ba70c04a0427a /init | |
parent | cdbe7c2d6d485459801838c244c409b938e32df5 (diff) | |
download | linux-f104a567e673f382b09542a8dc3500aa689957b4.tar.xz |
ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcv
As the rfc 4191 said, the Router Preference and Lifetime values in a
::/0 Route Information Option should override the preference and lifetime
values in the Router Advertisement header. But when the kernel deals with
a ::/0 Route Information Option, the rt6_get_route_info() always return
NULL, that means that overriding will not happen, because those default
routers were added without flag RTF_ROUTEINFO in rt6_add_dflt_router().
In order to deal with that condition, we should call rt6_get_dflt_router
when the prefix length is 0.
Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions