[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CARP



>>> Diana Eichert 17-Oct-03 23:19 >>>
>
> Hi, I maybe too quick, didn't find a man page for "carp" yet.

You're being too quick.  See below.

    | Added files:
    |       share/man/man4 : carp.4 


>>> Ryan Thomas McBride 17-Oct-03 22:04 >>>
>
> CVSROOT:	/cvs
> Module name:	src
> Changes by:	mcbride@cvs.openbsd.org	2003/10/17 15:04:59
>
> Modified files:
> 	etc            : protocols 
> 	lib/libc/gen   : sysctl.3 
> 	sbin/ifconfig  : ifconfig.8 ifconfig.c 
> 	sbin/sysctl    : sysctl.8 sysctl.c 
> 	share/man/man4 : Makefile 
> 	sys/conf       : GENERIC files 
> 	sys/net        : if.c if.h if_ethersubr.c if_fddisubr.c 
> 	sys/netinet    : if_ether.c in.h in_proto.c 
> 	sys/sys        : mbuf.h 
> 	usr.bin/netstat: inet.c main.c netstat.h 
> Added files:
> 	share/man/man4 : carp.4 
> 	sys/netinet    : ip_carp.c ip_carp.h 
>
> Log message:
> Common Address Redundancy Protocol
>
> Allows multiple hosts to share an IP address, providing high availability
> and load balancing.
>
> Based on code by mickey@, with additional help from markus@
> and Marco_Pfatschbacher@genua.de
>
> ok deraadt@