index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospfd
/
lsupdate.c
Age
Commit message (
Expand
)
Author
2023-06-21
Remove extra newlines
Claudio Jeker
2023-06-20
Update ospfd to use new ibuf api.
Claudio Jeker
2023-03-08
Delete obsolete /* ARGSUSED */ lint comments.
Philip Guenther
2021-11-03
log the interface along with the neighbour ID in various ospfd/ospf6d
Stuart Henderson
2021-01-19
Use ospfe_imsg_compose_rde() instead of calling imsg_compose_event() with
Claudio Jeker
2020-05-06
Do not use the pointer returned by ibuf_reserve() after calling another
Claudio Jeker
2019-11-19
Add point-to-point support for broadcast interfaces.
remi
2019-07-15
Improve logging when sending a packet fails.
remi
2016-12-26
Fix typo, happend -> happened
Jeremie Courreges-Anglas
2015-01-28
When comparing the LSA with the Ack, also check the age field. This
Alexander Bluhm
2015-01-22
remove a stupid -Wstrict-prototype warning by making the hash function
Ted Unangst
2014-12-18
simple to use siphash here. ok deraadt
Ted Unangst
2013-01-17
for point-to-point interfaces we need to send lsupdates to the
Markus Friedl
2011-03-08
It was not possible to send out LS updates larger then the MTU.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
2009-06-06
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.
Eric Faurot
2009-06-05
make ospfd's imsg lib ready as well.
Pierre-Yves Ritschard
2009-03-13
When commiting the buf_left() change adding len to the check was dropped and
Claudio Jeker
2009-01-31
Implement buf_left() to make some some more buffer handling easier.
Claudio Jeker
2009-01-31
Pass the buffer to send_packet() instead of spliting it up. This removes
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2006-06-02
remove unused variable, found by lint.
Esben Norby
2006-05-29
Remove useless debug message that gets triggered all the time in big networks.
Esben Norby
2006-04-25
Kill unused function and add a ARGSUSED.
Claudio Jeker
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-03-08
Spaces and other minor cleanup.
Claudio Jeker
2006-02-23
Rework the LSA cache and make it behave. Until now we only used the type,
Claudio Jeker
2006-02-21
Correctly count the number of LSAs in the retransmission list. OK norby@
Claudio Jeker
2006-02-19
Do not traverse the entire LS retransmission list to figure out how many
Esben Norby
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-01-05
Improve how ospfd copes with time changes.
Esben Norby
2005-12-29
Instead of a simple timer per neighbor for the LS retransmition list use
Claudio Jeker
2005-11-12
spacing mostly
Theo de Raadt
2005-10-21
htons() instead of ntohs() when going from host to network.
Claudio Jeker
2005-10-21
Revert part of rev 1.14. For now queue LSAs to all neighbors if the interface
Claudio Jeker
2005-10-19
small cleanups while reading; ok claudio@
Kevin Steves
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-19
use string.h; ok claudio@
Kevin Steves
2005-10-13
Fix a memory leak in the ospf engine. First of all ospfd did not track if a
Claudio Jeker
2005-10-13
Correctly queue ls updates on the retransmission lists.
Claudio Jeker
2005-10-12
Correct function name in warning.
Claudio Jeker
2005-10-03
typo
Mathieu Sauve-Frankel
2005-05-26
Remove unneeded debugging stuff when handling LS updates.
Esben Norby
2005-05-26
Simplify and cleanup passive interface handling.
Esben Norby
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-17
Handle the retransmission queues correctly. Mainly iface state DROTHER
Claudio Jeker
2005-02-09
mini KNF
Claudio Jeker
2005-02-09
If the router self is the originator of the LS update flood it out
Claudio Jeker
[next]