Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear r_list if the interface is passive. Additionaly move the check | 2019-12-15 | 1 | -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 skipped | 2019-12-09 | 1 | -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. | 2019-12-09 | 1 | -2/+2 | |
| | | | | OK claudio@ | ||||
* | Remove unnecessary netinet/in_systm.h include. | 2014-10-25 | 1 | -2/+1 | |
| | | | | ok millert@ | ||||
* | Rename some imsg bits to make namespace collisions less likely buf to | 2010-05-26 | 1 | -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 output | 2008-04-13 | 1 | -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 not | 2007-10-24 | 1 | -6/+5 | |
| | | | | a string. | ||||
* | spacing | 2007-10-18 | 1 | -12/+12 | |
| | |||||
* | Some code cleanups. Added one lint command, removed one unused function and | 2007-03-31 | 1 | -2/+5 | |
| | | | | some other cosmetics. | ||||
* | pass the right size of the message | 2006-11-11 | 1 | -2/+2 | |
| | | | | OK henning@ | ||||
* | clear lists before deleting neighbor | 2006-11-10 | 1 | -1/+15 | |
| | | | | OK claudio@ henning@ | ||||
* | if the nexthop is not reachable through outgoing interface set it to | 2006-11-03 | 1 | -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 received | 2006-10-31 | 1 | -2/+2 | |
| | |||||
* | spelling and typo fixes | 2006-10-24 | 1 | -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 ↵ | 2006-10-18 | 1 | -0/+408 | |
yet connected to the builds. OK claudio@ |