Re: carp ifdef inet6

2013-08-11 Thread Claudio Jeker
On Sun, Aug 11, 2013 at 09:17:24PM +0200, Alexander Bluhm wrote: > Hi, > > In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 is > missing. Especially the IN6_IS_ADDR_LINKLOCAL() macro should not > be necessary in IPv4 only code. > > ok? Sure. > bluhm > > Index: netinet/ip_carp.c > =

carp ifdef inet6

2013-08-11 Thread Alexander Bluhm
Hi, In the common IPv4 and IPv6 file ip_carp.c an #ifdef INET6 is missing. Especially the IN6_IS_ADDR_LINKLOCAL() macro should not be necessary in IPv4 only code. ok? bluhm Index: netinet/ip_carp.c === RCS file: /data/mirror/openb