summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpd/carp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use O_CLOEXEC or SOCK_CLOEXEC on every open or socket call. Even thoughclaudio2019-08-081-3/+3
* sync log.c from relayd et al to bgpd.benno2017-01-241-1/+2
* cleanup some log messages with wrong function names etc.benno2015-12-051-2/+2
* carp_demote_ioctl() can handle more then +/-1 steps so there is no need toclaudio2009-09-301-4/+3
* Properly free allocated memory if carp_demote_get encounters an error.tobias2008-09-101-2/+5
* Use correct function name in log_warn().claudio2007-04-231-2/+2
* KNFhenning2007-02-221-3/+3
* if at startup a given group has carpdemote == 0, we don't do carp demotion.henning2006-06-191-1/+6
* use the carp_demote_ioctl directly instead of carp_demote_set, ok claudiohenning2006-06-171-2/+3
* urgs, helps to commit everything, sorryhenning2006-06-171-0/+175