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
/
rde_lsdb.c
Age
Commit message (
Expand
)
Author
2006-04-25
The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint.
Claudio Jeker
2006-03-22
Move the AS external LSA tree out of struct ospfd_config. This simplifies
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
Prevent ospfd from crashing when LSA Ext's are changed.
Esben Norby
2006-02-15
Do not try to dirty an area when adding LSA ext.
Esben Norby
2006-02-09
Don't calculate all areas every time the link state database is updated,
Esben Norby
2006-01-05
Improve how ospfd copes with time changes.
Esben Norby
2005-11-04
The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and not
Claudio Jeker
2005-11-04
Set the vertex timestamp as soon as possible giving ospfd a chance to recover
Claudio Jeker
2005-10-12
In one special condition ospfd sent out ls updates without updating the
Claudio Jeker
2005-10-06
I should have read the RFC more carefully.
Claudio Jeker
2005-08-08
Try to do an SPF recalculation only if the LS DB changed.
Claudio Jeker
2005-05-25
spelling
Esben Norby
2005-05-25
spelling
David Krause
2005-05-24
An lsa with age == MAX_AGE is always different and needs to be merged.
Claudio Jeker
2005-05-24
In lsa_merge() check if the LSA changed. If it did not change just free the
Claudio Jeker
2005-05-24
Fix some obvious issues in the summary LSA origination.
Claudio Jeker
2005-05-12
Every time a LSA is returned from a lookup lsa_age() it.
Claudio Jeker
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-04-12
spelling
Theo de Raadt
2005-02-27
SPF and route table calculation.
Esben Norby
2005-02-09
Fix premature ageing of self originating LSA. Still not perfect but better
Claudio Jeker
2005-02-09
Use log_warnx() in lsa_check() to report bad LSA settings.
Claudio Jeker
2005-02-09
Rework of self originated LSA. First of all the code to generate the LSA
Claudio Jeker
2005-02-08
The LSA seq_num should be unsigned as it is expected by ntohl/htonl() even
Claudio Jeker
2005-02-07
spelling fixes
David Krause
2005-02-04
Add sanity checks for AS-external LSA. Refine some other checks to be as
Claudio Jeker
2005-02-02
excessive ()
Henning Brauer
2005-02-02
KNF
Henning Brauer
2005-01-28
Welcome ospfd
Claudio Jeker