Re: IPv6 prefix is not stored to kernel when multipath is enabled in 1.6.8

2025-02-19 Thread Alexander Zubkov via Bird-users
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

Re: IPv6 prefix is not stored to kernel when multipath is enabled in 1.6.8

2025-02-19 Thread Ondrej Zajicek
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