On Mon, Dec 30, 2013 at 04:51:59PM +0100, Emmanuel Thierry wrote: > > Le 30 déc. 2013 à 16:10, S.P.Zeidler a écrit : > > > Thus wrote Tarko Tikan ([email protected]): > > > >> Agreed this wasn't the best example but it's valid for two default > >> gw's as well. > > > > ... not if your operating system will flat out refuse to enter a second > > one (as eg a Linux if you don't run more than one routing table). > > *Except if you received it from RAs
ip -6 r c default via fe80::1 dev eth0 via fe80::2 dev eth0 ...will start ecmp with those two addresses. Currently route-pref nor non-rfc4191 mode is configurable from user space. But this is simple to support in case dhcp configuration would need that.
