commit | 5e670d844b2a4e47d1b9b9aceb14dd3c12a6d4bf | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 17 17:33:14 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 23:41:16 2018 -0400 |
tree | 2ad5e74ffea0c7bae6f318475cf37231658c19e5 | |
parent | e8478e80e5a74f4ce47b043735f0066588fb64c7 [diff] |
net/ipv6: Move nexthop data to fib6_nh Introduce fib6_nh structure and move nexthop related data from rt6_info and rt6_info.dst to fib6_nh. References to dev, gateway or lwtstate from a FIB lookup perspective are converted to use fib6_nh; datapath references to dst version are left as is. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>