summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/lsupdate.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not use the pointer returned by ibuf_reserve() after calling anotherclaudio2020-05-061-5/+5
* Add point-to-point support for broadcast interfaces.remi2019-11-191-2/+2
* Improve logging when sending a packet fails.remi2019-07-151-5/+5
* Fix typo, happend -> happenedjca2016-12-261-2/+2
* When comparing the LSA with the Ack, also check the age field. Thisbluhm2015-01-281-2/+9
* remove a stupid -Wstrict-prototype warning by making the hash functiontedu2015-01-221-2/+2
* simple to use siphash here. ok deraadttedu2014-12-181-6/+13
* for point-to-point interfaces we need to send lsupdates to themarkus2013-01-171-2/+4
* It was not possible to send out LS updates larger then the MTU.claudio2011-03-081-6/+26
* Rename some imsg bits to make namespace collisions less likely buf tonicm2010-05-261-18/+18
* 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-3/+3
* When commiting the buf_left() change adding len to the check was dropped andclaudio2009-03-131-5/+5
* Implement buf_left() to make some some more buffer handling easier.claudio2009-01-311-6/+6
* Pass the buffer to send_packet() instead of spliting it up. This removesclaudio2009-01-311-2/+2
* Correct the output of several error and debug messages.norby2008-02-111-2/+2
* remove unused variable, found by lint.norby2006-06-021-3/+3
* Remove useless debug message that gets triggered all the time in big networks.norby2006-05-291-4/+1
* Kill unused function and add a ARGSUSED.claudio2006-04-251-7/+2
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-5/+6
* Spaces and other minor cleanup.claudio2006-03-081-2/+2
* Rework the LSA cache and make it behave. Until now we only used the type,claudio2006-02-231-35/+31
* Correctly count the number of LSAs in the retransmission list. OK norby@claudio2006-02-211-1/+3
* Do not traverse the entire LS retransmission list to figure out how manynorby2006-02-191-5/+10
* ospfd does not need fd passing via the imsg framework so remove that codeclaudio2006-02-101-2/+2
* Improve how ospfd copes with time changes.norby2006-01-051-2/+5
* Instead of a simple timer per neighbor for the LS retransmition list useclaudio2005-12-291-54/+162
* spacing mostlyderaadt2005-11-121-3/+1
* htons() instead of ntohs() when going from host to network.claudio2005-10-211-2/+2
* Revert part of rev 1.14. For now queue LSAs to all neighbors if the interfaceclaudio2005-10-211-8/+2
* small cleanups while reading; ok claudio@stevesk2005-10-191-2/+2
* fix some spellings in comments.claudio2005-10-191-2/+2
* use string.h; ok claudio@stevesk2005-10-191-2/+2
* Fix a memory leak in the ospf engine. First of all ospfd did not track if aclaudio2005-10-131-3/+3
* Correctly queue ls updates on the retransmission lists.claudio2005-10-131-3/+12
* Correct function name in warning.claudio2005-10-121-2/+2
* typomsf2005-10-031-2/+2
* Remove unneeded debugging stuff when handling LS updates.norby2005-05-261-7/+1
* Simplify and cleanup passive interface handling.norby2005-05-261-7/+1
* Use the dynamic buffer API for packet generation and sending.claudio2005-04-051-20/+23
* The RFC never mentions anything about transfer, this should be transmit.norby2005-03-291-2/+2
* Remove bool cruft.norby2005-03-221-4/+4
* Handle the retransmission queues correctly. Mainly iface state DROTHERclaudio2005-03-171-12/+68
* mini KNFclaudio2005-02-091-2/+3
* If the router self is the originator of the LS update flood it outclaudio2005-02-091-2/+2
* KNFhenning2005-02-021-5/+5
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+447