summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sasyncd/carp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PF_ROUTE -> AF_ROUTE in the scattered sock()/setsockopt() callskrw2019-01-221-3/+3
* enum can be signed or unsigned depending on the compiler; so make sure weotto2017-08-311-3/+3
* Pull in <sys/select.h> for fd_setguenther2016-08-271-1/+2
* an invalid carp link state is not a fatal error, since a while newly createdotto2015-11-121-1/+2
* Add CDIAGFLAGS infrastructure.haesbaert2012-04-141-3/+3
* Fix an obviously wrong comment. ok reyk@kjell2010-06-291-2/+2
* Add support to use sasyncd(8) with iked(8) instead of isakmpd(8). Thereyk2010-06-161-8/+8
* use standard safe Cderaadt2009-06-261-2/+2
* sasyncd isn't interested in messages on the routing socket other thansthen2009-06-251-1/+7
* add additional link states to report the half duplex / full duplexreyk2006-11-281-1/+3
* Only interpret link state routing messages for the monitored carp interface.mpf2006-09-161-6/+12
* Teach sasyncd to set isakmpd into active or passive mode, accordingmpf2006-09-011-1/+16
* whitespace cleanup, no binary change.moritz2006-06-021-6/+6
* Make sasyncd fail back correctly with carp preemption enabled.mcbride2006-06-021-1/+51
* Instead of polling the carp interface to detect a switch between MASTER andmcbride2006-06-011-63/+91
* fix some format strings and add a missingmoritz2006-01-261-2/+2
* Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.ho2005-03-301-0/+176