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
/
database.c
Age
Commit message (
Expand
)
Author
2013-01-17
the event NBR_EVT_SEQ_NUM_MIS is not defined in state NBR_STA_XSTRT
Markus Friedl
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-03-04
Indent block correctly.
Claudio Jeker
2010-05-26
Rename some imsg bits to make namespace collisions less likely buf to
Nicholas Marriott
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
2009-01-08
Include the neighbor ID in a debug output so that it is clear which router
Claudio Jeker
2008-11-24
Initial support for stub areas. The bit still missing is the redistribution
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-10-11
Do not overload nbr->options with the dd exchange bits. nbr->options is used
Claudio Jeker
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-03-09
Mark event callbacks with ARGSUSED to silence lint.
Claudio Jeker
2005-11-12
spacing mostly
Theo de Raadt
2005-11-04
In the super fast start-up case in recv_db_description() make sure the
Claudio Jeker
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-18
Better warning for non equal MTU in the database phase. Instead of just
Claudio Jeker
2005-09-17
- add get_rtr_id() based on bgpd's get_bgpid()
Mathieu Sauve-Frankel
2005-05-27
Virtual link support.
Esben Norby
2005-05-26
Simplify and cleanup passive interface handling.
Esben Norby
2005-05-26
Remove a lot of unneeded debug output during the database change.
Esben Norby
2005-04-22
RFC tells that the MTU in the db exchange packet may not be bigger than
Claudio Jeker
2005-04-12
spaces
Claudio Jeker
2005-04-05
Use the dynamic buffer API for packet generation and sending.
Claudio Jeker
2005-03-22
Remove bool cruft.
Esben Norby
2005-02-10
Work around a timing issue in the db exchange phase. The DB description
Claudio Jeker
2005-02-09
Once again a round of bugfixes in the db exchange process. This is
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