commit | 572bf4dd7186584991019a258285432f0d9a7cea | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Wed Mar 27 20:53:54 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 29 10:48:04 2019 -0700 |
tree | 00c69200ea863916f594c926a66f6e65a3547e5c | |
parent | 6d3d07b45c86f984424ccbad110ca500397fd18c [diff] |
ipv6: Change rt6_add_nexthop and rt6_nexthop_info to take fib6_nh rt6_add_nexthop and rt6_nexthop_info only need the fib6_info for the gateway flag and the nexthop weight, and the presence of a gateway is now per-nexthop. Update the signatures to take a fib6_nh and nexthop weight and better align with the ipv4 versions. Signed-off-by: David Ahern <dsahern@gmail.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>