Re: [PATCH v3 net] net: Properly update v4 routes with v6 nexthop

2019-09-05 Thread David Miller
From: Donald Sharp Date: Wed, 4 Sep 2019 10:11:58 -0400 > 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. > > Broken behavior: > > $ ip nexthop add via fe80::9 dev eth0 > $ ip nexthop show

Re: [PATCH v3 net] net: Properly update v4 routes with v6 nexthop

2019-09-04 Thread David Ahern
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: Do

[PATCH v3 net] net: Properly update v4 routes with v6 nexthop

2019-09-04 Thread Donald Sharp
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. Broken behavior: $ ip nexthop add via fe80::9 dev eth0 $ ip nexthop show id 1 via fe80::9 dev eth0 scope link $ ip route add 4.5.6.7/32 nhid 1 $ ip