commit | dec9b0e295f6b34b89041cf19001ba86298d0687 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Tue Apr 17 17:33:19 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 17 23:41:17 2018 -0400 |
tree | 45c75a3ab149c84b5bb6150a1d4cb61616e0a374 | |
parent | 421842edeaf62c4e180b687f5a4efca8c19c49ad [diff] |
net/ipv6: Add rt6_info create function for ip6_pol_route_lookup ip6_pol_route_lookup is the lookup function for ip6_route_lookup and rt6_lookup. At the moment it returns either a reference to a FIB entry or a cached exception. To move FIB entries to a separate struct, this lookup function needs to convert FIB entries to an rt6_info that is returned to the caller. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>