diff options
author | Martin KaFai Lau <kafai@fb.com> | 2015-05-04 02:05:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-05-04 03:49:27 +0200 |
commit | 7035870d1219f5cd86128edcb4c3517def632ad3 (patch) | |
tree | 33ca1f0bdf207ba7784517a21d147cd9c7d8bc10 /include/net | |
parent | net: sched: remove TC_MUNGED bits (diff) | |
download | linux-7035870d1219f5cd86128edcb4c3517def632ad3.tar.xz linux-7035870d1219f5cd86128edcb4c3517def632ad3.zip |
ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flags
In my earlier commit:
653437d02f1f ("ipv6: Stop /128 route from disappearing after pmtu update"),
there was a horrible typo. Instead of checking RTF_LOCAL on
rt->rt6i_flags, it was checked on rt->dst.flags. This patch fixes
it.
Signed-off-by: Martin KaFai Lau <kafai@fb.com>
Cc: Hajime Tazaki <tazaki@sfc.wide.ad.jp>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions