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