summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the build. carp_iamatch6 and carp_macmatch6 are not supposed to bemlaier2005-02-271-2/+2
* Remove carp_softc.sc_ifp member in favor of union pointers in struct ifnet.glebius2005-02-261-21/+21
* Staticize local functions.glebius2005-02-261-53/+53
* New lines when logging.glebius2005-02-251-17/+18
* Embrace macros with do {} while (0)glebius2005-02-251-2/+4
* Call carp_carpdev_state() from carp_set_addr6(). See log for rev 1.4.glebius2005-02-251-1/+1
* Improve logging:glebius2005-02-251-38/+52
* Fix problem when master comes up with one interface down, and preemptsglebius2005-02-241-2/+2
* Unbreak CARP build on 64-bit architectures.mux2005-02-231-1/+1
* Remove promisc counter from parent interface in carp_clone_destroy(),glebius2005-02-221-0/+1
* Add CARP (Common Address Redundancy Protocol), which allows multipleglebius2005-02-221-0/+2032
OpenPOWER on IntegriCloud