On 9/4/19 8:11 AM, Donald Sharp wrote: > When creating a v4 route that uses a v6 nexthop from a nexthop group. > Allow the kernel to properly send the nexthop as v6 via the RTA_VIA > attribute. >
... > > Fixes: dcb1ecb50edf (“ipv4: Prepare for fib6_nh from a nexthop object”) > Signed-off-by: Donald Sharp <sha...@cumulusnetworks.com> > --- > include/net/ip_fib.h | 4 ++-- > include/net/nexthop.h | 5 +++-- > net/ipv4/fib_semantics.c | 15 ++++++++------- > net/ipv6/route.c | 11 ++++++----- > 4 files changed, 19 insertions(+), 16 deletions(-) > Reviewed-by: David Ahern <dsah...@gmail.com>