On 02/03/18 18:32, David Ahern wrote: > fib_multipath_hash only needs net struct to check a sysctl. Make it > clear by passing net instead of fib_info. In the end this allows > alignment between the ipv4 and ipv6 versions. > > Signed-off-by: David Ahern <dsah...@gmail.com> > --- > include/net/ip_fib.h | 2 +- > net/ipv4/fib_semantics.c | 2 +- > net/ipv4/route.c | 5 ++--- > 3 files changed, 4 insertions(+), 5 deletions(-) >
Reviewed-by: Nikolay Aleksandrov <niko...@cumulusnetworks.com>