Hi,
I think multipath over device routes for ipv6 requires using new nexthop
objects. Here is an example:
# ip link add name a type dummy
# ip link add name b type dummy
# ip link set dev a up
# ip link set dev b up
# ip -6 route add fc00:0::/32 dev a
# ip -6 route add fc00:1::/32 dev b
# ip -6 r
On Wed, Feb 19, 2025 at 10:39:53AM +0800, Jimmy Lim wrote:
> Hi Maria,
>
> It looks like it doesn't like the configuration of directing IPv6 prefix
> that we receive from gw (we have 3 sessions) to ifname. The multipath is
> working fine for IPv6 after I removed that configuration, and it works fo