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
2009-11-12
Add more paranoia in lsa_router_check(). There needs to be at least one
Claudio Jeker
2009-01-07
Full stub area support. This allows ABRs to announce a default network
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-16
Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d.
Claudio Jeker
2007-04-10
Next step in equal cost multipath support. Make the SPF calculation multipath
Claudio Jeker
2007-01-29
Do not link from the LS DB to outside structures that may vanish before
Claudio Jeker
2007-01-24
Remove some log_debug()s that are no longer needed.
Claudio Jeker
2006-12-13
Correct funtion name in fatal message.
Claudio Jeker
2006-12-08
Fix a crash seen on busy area border routers. The problem was a NULL
Claudio Jeker
2006-08-30
Remove useless logging, the logged event happens all the time, no need to
Esben Norby
2006-05-29
Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flapping
Claudio Jeker
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