]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmp
authorDavid Ahern <dsahern@gmail.com>
Mon, 22 Apr 2019 00:39:18 +0000 (17:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Apr 2019 02:44:16 +0000 (19:44 -0700)
commit1f737e53cc79b92a255553596f235e54fd0faa86
tree4f37305bd15a27306c0a9dddcb628f66fdc70df1
parent370cb25fccdc4a846a779fadbaa0935adc9cc5c3
ipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmp

The RTF_ADDRCONF flag filters out routes added by RA's in determining
which routes can be appended to an existing one to create a multipath
route. Restore the flag check and add a comment to document the RA piece.

Fixes: 370cb25fccdc ("ipv6: Simplify rt6_qualify_for_ecmp")
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
include/net/ip6_route.h