aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/phy.h
diff options
context:
space:
mode:
authorHangbin Liu <liuhangbin@gmail.com>2020-02-29 17:27:13 +0800
committerDavid S. Miller <davem@davemloft.net>2020-02-29 21:55:55 -0800
commit07758eb9ff52794fba15d03aa88d92dbd1b7d125 (patch)
treedabdc1dc47dcb38e29441d61a8ce038d8babcf57 /include/linux/phy.h
parentnet: dsa: mv88e6xxx: fix lockup on warm boot (diff)
downloadlinux-dev-07758eb9ff52794fba15d03aa88d92dbd1b7d125.tar.xz
linux-dev-07758eb9ff52794fba15d03aa88d92dbd1b7d125.zip
net/ipv6: use configured metric when add peer route
When we add peer address with metric configured, IPv4 could set the dest metric correctly, but IPv6 do not. e.g. ]# ip addr add 192.0.2.1 peer 192.0.2.2/32 dev eth1 metric 20 ]# ip route show dev eth1 192.0.2.2 proto kernel scope link src 192.0.2.1 metric 20 ]# ip addr add 2001:db8::1 peer 2001:db8::2/128 dev eth1 metric 20 ]# ip -6 route show dev eth1 2001:db8::1 proto kernel metric 20 pref medium 2001:db8::2 proto kernel metric 256 pref medium Fix this by using configured metric instead of default one. Reported-by: Jianlin Shi <jishi@redhat.com> Fixes: 8308f3ff1753 ("net/ipv6: Add support for specifying metric of connected routes") Reviewed-by: David Ahern <dsahern@gmail.com> Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/phy.h')
0 files changed, 0 insertions, 0 deletions