Re: hack for carp in IPv6 source address selection

2014-10-17 Thread Stefan Sperling
On Tue, Oct 07, 2014 at 01:50:12PM +0200, Martin Pieuchot wrote: > On 03/10/14(Fri) 14:46, Stefan Sperling wrote: > > The IPv6 source address selection algorithm breaks ties by performing a > > bitwise match of each candidate source address against the destination > > address. The longest matching

Re: hack for carp in IPv6 source address selection

2014-10-07 Thread Martin Pieuchot
On 03/10/14(Fri) 14:46, Stefan Sperling wrote: > The IPv6 source address selection algorithm breaks ties by performing a > bitwise match of each candidate source address against the destination > address. The longest matching source address wins, regardless of which > interface the source address c

hack for carp in IPv6 source address selection

2014-10-03 Thread Stefan Sperling
The IPv6 source address selection algorithm breaks ties by performing a bitwise match of each candidate source address against the destination address. The longest matching source address wins, regardless of which interface the source address came from. In my carp setup, this is causing a problem.