commit | f4797b33db813a394c4d4d2bc2fa38087fbe5545 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Thu Jan 25 16:55:08 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 26 10:16:42 2018 -0500 |
tree | 143bdbd15200fac5455f420fe928ed84cc2c56e8 | |
parent | 1edce99fa8d6119d89b3b6e92b6cfa56889b4f3d [diff] |
net/ipv6: Add flags and table id to ip6_nh_lookup_table onlink verification needs to do a lookup in potentially different table than the table in fib6_config and without the RT6_LOOKUP_F_IFACE flag. Change ip6_nh_lookup_table to take table id and flags as input arguments. Both verifications want to ignore link state, so add that flag can stay in the lookup helper. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>