summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/ripe.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix 2 memory leaks in error paths and a double-free (kroute_insert alreadyremi2019-12-111-1/+3
* iface is not used afterwards. It should have been removed in rev. 1.8.remi2019-12-091-2/+1
* Pledge ripe and rde.remi2018-11-041-1/+4
* Simplify shutdown process.renato2016-09-031-7/+11
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Allow specifying an alternate socket path.jca2016-08-021-2/+2
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-5/+5
* Add SOCK_CLOEXEC | SOCK_NONBLOCK to two more socket calls.claudio2015-02-091-2/+3
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* Close connections when msgbuf_write() returns 0.krw2014-07-121-3/+7
* msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-3/+3
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-4/+2
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-2/+2
* make ripctl/ripd imsg-in-a-lib ready too.eric2009-06-061-34/+39
* 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
* With redistribute connected set, announce the prefix on the interfacemichele2009-03-251-15/+6
* Add support for demotion counter.michele2008-12-171-1/+21
* Fix two error messages.michele2008-11-231-3/+3
* Sync a bit more with ospfd. Do not fatal if one of the pipes is closed,claudio2007-10-241-8/+22
* New redistribute code adapted from ospfd. It is now possible to do the sameclaudio2007-01-081-3/+10
* add additional link states to report the half duplex / full duplexreyk2006-11-281-2/+2
* create a temporary neighbor instead of a permanent one when a request is receivedmichele2006-10-311-1/+2
* Correct function name in log_debug() messagesmcbride2006-10-191-2/+3
* Welcome ripdnorby2006-10-181-0/+504