summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dvmrpd/rde.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* work on making log.c similar in all daemons:benno2016-09-021-1/+2
* Simplify shutdown process.renato2016-09-021-6/+9
* Close connections when msgbuf_write() returns 0.renato2016-09-021-2/+4
* Don't fatal if the imsg pipe is closed, this is often triggered in therenato2016-09-021-4/+10
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-051-3/+3
* msgbuf_write() <= 0 for a few more daemons.krw2014-07-121-2/+2
* deal with msgbuf_write EAGAIN, ok gilles bennohenning2013-11-261-2/+2
* Yet another implementation of IMSG_CTL_LOG_VERBOSE. Similar to the one inclaudio2009-11-021-2/+7
* When dvmrpd receives a prune, it must checks if every downstream membermichele2009-09-061-2/+3
* make dvmrpd imsg-in-a-lib ready as well.pyr2009-06-061-27/+33
* no endpwenthenning2009-06-011-3/+1
* Remove redundant imsg_event_add calls; ok claudio@jacekm2009-05-311-2/+1
* More libevent callback fixes. While there make n also ssize_t as in allclaudio2009-05-311-9/+6
* Whitespaces cleanup.michele2009-05-201-5/+5
* Notify the rde when a neighbor goes down.michele2009-04-161-1/+10
* When inserting a new route add as downstream interfaces just the ones withmichele2009-04-111-2/+28
* Initial support for pruning. When every single interface is removed from themichele2009-03-141-1/+15
* Get rid of rde_nbr structure as it is no more needed in RDE to makemichele2009-03-071-116/+1
* Make RDE aware of multicast group members per interface. This is needed tomichele2009-03-061-2/+99
* Get rid of the 24h timer as it useless here.michele2009-01-271-3/+4
* Fix an evil typo.michele2009-01-241-2/+2
* revert earlier commit that broke the treetodd2009-01-201-36/+4
* When inserting a new route into the kernel set asmichele2009-01-191-4/+36
* Initial support for neighbor expiry.michele2008-12-021-1/+116
* Added code to parse unicast routes learned from route report packets.michele2007-03-211-2/+2
* Ignore SIGPIPE in the parent and RDE as well.norby2007-01-241-1/+2
* introduce rde_check_route that selects which routes must be accepted and which discarded.michele2006-12-031-8/+7
* Remove some unneeded lint goo and use setres[ug]id() instead of the setuidclaudio2006-06-011-6/+3
* Welcome dvmrpdnorby2006-06-011-0/+281