summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_carp.h
AgeCommit message (Expand)Author
2005-12-10in ansi c, bitfields must be done against int, unsigned int, or _Bool.Theo de Raadt
2005-04-20Introduce if_linkstatehooks.Marco Pfatschbacher
2005-03-01Unbreak arp_input with carp; add back the call to carp_iamatch()Ryan Thomas McBride
2005-01-18Rewriting the lladdr can now be done without using mbuf tags.Marco Pfatschbacher
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-17Reorder code in the ethernet output path, and enhance unicast addressChristopher Pascoe
2004-12-15protect against multiple inclusionPatrick Latifi
2004-12-14move ioctls together w/ all other ifaces; mcbride@ okMichael Shalayeff
2004-12-10Rename carp_output() to carp_fix_lladdr().Ryan Thomas McBride
2004-12-08Check if_type in carp_carpdev_state() to make sure we're notRyan Thomas McBride
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
2004-07-29Document the CARP header layout.Ryan Thomas McBride
2004-05-05Remove unused #define.Ryan Thomas McBride
2004-04-28carp stats cleanup:Ryan Thomas McBride
2004-04-28Make carp(4) aware of its physical interface:Ryan Thomas McBride
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-11-07Check to make sure that the packet was received on a carp-enabled interface.Ryan Thomas McBride
2003-10-31Add IPv6 support to CARP.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride