summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_carp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo. Unbreak build. Take pointy hat.glebius2005-03-021-1/+1
* Add more locking when reading/writing to carp softc. When carp softc isglebius2005-03-011-31/+140
* - Add carp_mtx. Use it to protect list of all carp interfaces.glebius2005-03-011-18/+20
* Revert change to struct ifnet. Use ifnet pointer in softc. Embeddingglebius2005-03-011-1/+1
* Remove debugging printf.glebius2005-03-011-1/+0
* Support running carp(4) over a vlan(4) parent interface.yar2005-02-281-1/+2
* Remove unused field from carp softc.glebius2005-02-281-3/+0
* Fix tcpdump(8) on carp(4) interface:glebius2005-02-281-16/+5
* 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