summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/message.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clear r_list if the interface is passive. Additionaly move the checkremi2019-12-151-10/+14
| | | | | | | | | for passive interface a bit further up so that the function can return earlier. Memory leak observed and reported by Jason Tubnor. OK benno@
* Do not count up nentries in send_response() when the entry was skippedremi2019-12-091-3/+3
| | | | | | | | because of split-horizon simple. This fixes empty response packages sent out by ripd. Adapt send_request() to follow the same layout. Input and OK claudio@
* fix error message.remi2019-12-091-2/+2
| | | | OK claudio@
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
| | | | ok millert@
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-29/+29
| | | | | | ibuf, buf_read to ibuf_read, READ_BUF_SIZE to IBUF_READ_SIZE. ok henning gilles claudio jacekm deraadt
* Use arc4random_buf() when requesting more than a single word of outputdjm2008-04-131-3/+3
| | | | | | | Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
* Make the packet buffer u_int8_t * everywhere. This is binary data and notclaudio2007-10-241-6/+5
| | | | a string.
* spacingderaadt2007-10-181-12/+12
|
* Some code cleanups. Added one lint command, removed one unused function andmichele2007-03-311-2/+5
| | | | some other cosmetics.
* pass the right size of the messagemichele2006-11-111-2/+2
| | | | OK henning@
* clear lists before deleting neighbormichele2006-11-101-1/+15
| | | | OK claudio@ henning@
* if the nexthop is not reachable through outgoing interface set it tomichele2006-11-031-2/+8
| | | | | | INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@
* 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 ↵norby2006-10-181-0/+408
yet connected to the builds. OK claudio@