summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/message.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clear r_list if the interface is passive. Additionaly move the checkremi2019-12-151-10/+14
* Do not count up nentries in send_response() when the entry was skippedremi2019-12-091-3/+3
* fix error message.remi2019-12-091-2/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-29/+29
* Use arc4random_buf() when requesting more than a single word of outputdjm2008-04-131-3/+3
* Make the packet buffer u_int8_t * everywhere. This is binary data and notclaudio2007-10-241-6/+5
* spacingderaadt2007-10-181-12/+12
* Some code cleanups. Added one lint command, removed one unused function andmichele2007-03-311-2/+5
* pass the right size of the messagemichele2006-11-111-2/+2
* clear lists before deleting neighbormichele2006-11-101-1/+15
* if the nexthop is not reachable through outgoing interface set it tomichele2006-11-031-2/+8
* create a temporary neighbor instead of a permanent one when a request is receivedmichele2006-10-311-2/+2
* spelling and typo fixesdavid2006-10-241-2/+2
* Welcome ripd started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet...norby2006-10-181-0/+408