summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pledge ripe and rde.remi2018-11-041-1/+4
* Simplify shutdown process.renato2016-09-031-6/+9
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-5/+5
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* handle msgbuf_write() returning EAGAINbenno2013-11-191-3/+3
* Change <sys/types.h> to <sys/param.h> instead of assuming that someguenther2010-12-311-2/+2
* Another routing daemon that gets IMSG_CTL_LOG_VERBOSE to allow toggeling ofclaudio2009-11-021-2/+7
* Make kroute code routing priority aware.michele2009-09-181-17/+1
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-33/+40
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-3/+1
* Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostlyclaudio2009-05-311-15/+7
* The metric is a 8bit value ranging from 1 to INFINITY (defined as a whoppingclaudio2007-10-241-2/+2
* Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,claudio2007-10-241-12/+22
* spacingderaadt2007-10-181-6/+7
* Improve the handling of "counting to infinity" mechanism and add an heuristicmichele2007-04-091-11/+27
* Some code cleanups. Added one lint command, removed one unused function andmichele2007-03-311-8/+1
* Ingore SIGPIPE in the parent and rde as well. This is needed to correctlyclaudio2007-01-241-1/+2
* New redistribute code adapted from ospfd. It is now possible to do the sameclaudio2007-01-081-3/+10
* spelling and typo fixesdavid2006-10-241-2/+2
* Welcome ripdnorby2006-10-181-0/+455