OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Ryan Thomas McBride (mcbridecvs.openbsd.org)
Date: Tue Dec 07 2004 - 14:38:47 CST


CVSROOT: /cvs
Module name: src
Changes by: mcbridecvs.openbsd.org 2004/12/07 13:38:47

Modified files:
        sys/net : if.c if.h if_ethersubr.c
        sys/netinet : if_ether.c in_proto.c ip_carp.c ip_carp.h
        sys/netinet6 : in6_ifattach.c in6_proto.c

Log message:
Convert carp(4) to behave more like a regular interface, much in the same
style as vlan(4). carp interfaces no longer require the physical interface
to be on the same subnet as the carp interface, or even that the physical
interface has an adress at all, so CARP can now be used on /30 networks.

ok deraadt henning