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
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
2005-02-02
KNF
Henning Brauer
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker