Re: na with router flag in ip_carp.c

2014-02-07 Thread Stefan Sperling
On Wed, Feb 05, 2014 at 02:39:43AM +0100, Alexander Bluhm wrote: > On Tue, Feb 04, 2014 at 07:44:42PM +0100, Ole Myhre wrote: > > Small patch that make carp send na with router flag set when > > net.inet6.ip6.forwarding=1. Otherwise clients will lose the default > > gateway during failover if it

Re: na with router flag in ip_carp.c

2014-02-04 Thread Alexander Bluhm
On Tue, Feb 04, 2014 at 07:44:42PM +0100, Ole Myhre wrote: > Small patch that make carp send na with router flag set when > net.inet6.ip6.forwarding=1. Otherwise clients will lose the default > gateway during failover if it was learned from ra. I think the patch is correct, OK bluhm@ Note that

na with router flag in ip_carp.c

2014-02-04 Thread Ole Myhre
Small patch that make carp send na with router flag set when net.inet6.ip6.forwarding=1. Otherwise clients will lose the default gateway during failover if it was learned from ra. Ole Myhre Index: sys/netinet/ip_carp.c === RCS fil