summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/database.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve logging when sending a packet fails.remi2019-07-151-8/+7
* Fix format string of a warning.bluhm2016-02-181-2/+2
* Make sure that the debug messages include the neighbor ID so we hava a chanceclaudio2015-03-131-34/+42
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRTmarkus2013-01-171-2/+1
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-2/+10
* Indent block correctly.claudio2011-03-041-4/+4
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-9/+9
* 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
* Include the neighbor ID in a debug output so that it is clear which routerclaudio2009-01-081-2/+3
* Initial support for stub areas. The bit still missing is the redistributionclaudio2008-11-241-5/+4
* Correct the output of several error and debug messages.norby2008-02-111-3/+3
* Bye bye global ospf options. OSPF options are per area (at least the oneclaudio2007-10-111-2/+2
* Do not overload nbr->options with the dd exchange bits. nbr->options is usedclaudio2007-10-111-30/+31
* 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
* spacing mostlyderaadt2005-11-121-2/+1
* In the super fast start-up case in recv_db_description() make sure theclaudio2005-11-041-5/+4
* fix some spellings in comments.claudio2005-10-191-2/+2
* Better warning for non equal MTU in the database phase. Instead of justclaudio2005-10-181-3/+4
* - add get_rtr_id() based on bgpd's get_bgpid()msf2005-09-171-2/+2
* Virtual link support.norby2005-05-271-3/+4
* Simplify and cleanup passive interface handling.norby2005-05-261-4/+1
* Remove a lot of unneeded debug output during the database change.norby2005-05-261-36/+1
* RFC tells that the MTU in the db exchange packet may not be bigger thanclaudio2005-04-221-2/+2
* spacesclaudio2005-04-121-2/+2
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-37/+35
* Remove bool cruft.norby2005-03-221-2/+2
* Work around a timing issue in the db exchange phase. The DB descriptionclaudio2005-02-101-3/+7
* Once again a round of bugfixes in the db exchange process. This isclaudio2005-02-091-4/+5
* 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/+454