summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/lsreq.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve logging when sending a packet fails.remi2019-07-151-5/+5
* the peer might still send more DD messages, even if the RDE hasmarkus2013-01-171-2/+4
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-7/+7
* sync ospfctl/ospfd with the common imsg code, making it lib ready as well.eric2009-06-061-3/+3
* make ospfd's imsg lib ready as well.pyr2009-06-051-2/+3
* Implement buf_left() to make some some more buffer handling easier.claudio2009-01-311-3/+3
* Pass the buffer to send_packet() instead of spliting it up. This removesclaudio2009-01-311-2/+2
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-9/+11
* Mark event callbacks with ARGSUSED to silence lint.claudio2006-03-091-1/+2
* ospfd does not need fd passing via the imsg framework so remove that codeclaudio2006-02-101-3/+2
* No need to call the nbr_fsm for unexpected LS requests. The RFC tells toclaudio2005-12-151-2/+1
* Remove unneeded debug messages from LS request.norby2005-05-261-10/+1
* Simplify and cleanup passive interface handling.norby2005-05-261-4/+1
* spacesclaudio2005-04-121-2/+2
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-23/+24
* mini KNFclaudio2005-03-231-3/+3
* Remove bool cruft.norby2005-03-221-2/+2
* Work around a timing issue in the db exchange phase. The DB descriptionclaudio2005-02-101-2/+2
* KNFhenning2005-02-021-2/+2
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+259