summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde_lsdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve ABR support especially for self-originated stub networks.claudio2015-11-221-5/+1
* Enforce that the ls_id and the adv_rtr field in a type 1 router LSA areclaudio2013-08-141-1/+6
* improve snapshot handling:markus2013-01-171-2/+2
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-39/+92
* More spring cleaningclaudio2011-05-021-3/+1
* Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthopclaudio2011-03-241-1/+31
* lsa_refresh() was able to resurect dead LSA resulting in zombie anouncements.claudio2010-07-191-3/+7
* Add more paranoia in lsa_router_check(). There needs to be at least oneclaudio2009-11-121-1/+5
* Full stub area support. This allows ABRs to announce a default networkclaudio2009-01-071-1/+47
* Initial support for stub areas. The bit still missing is the redistributionclaudio2008-11-241-2/+2
* Correct the output of several error and debug messages.norby2008-02-111-2/+2
* Use v->type insead of v->lsa->hdr.type. Idea came while looking at ospf6d.claudio2007-10-161-4/+4
* Next step in equal cost multipath support. Make the SPF calculation multipathclaudio2007-04-101-1/+2
* Do not link from the LS DB to outside structures that may vanish beforeclaudio2007-01-291-9/+12
* Remove some log_debug()s that are no longer needed.claudio2007-01-241-11/+1
* Correct funtion name in fatal message.claudio2006-12-131-2/+2
* Fix a crash seen on busy area border routers. The problem was a NULLclaudio2006-12-081-2/+3
* Remove useless logging, the logged event happens all the time, no need tonorby2006-08-301-4/+2
* Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingclaudio2006-05-291-15/+81
* The return value of lsa_num_links is an u_int16_t tnd not int. Found by lint.claudio2006-04-251-2/+2
* Move the AS external LSA tree out of struct ospfd_config. This simplifiesclaudio2006-03-221-9/+6
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-4/+7
* Spaces and other minor cleanup.claudio2006-03-081-2/+2
* Prevent ospfd from crashing when LSA Ext's are changed.norby2006-02-231-3/+5
* Do not try to dirty an area when adding LSA ext.norby2006-02-151-2/+3
* Don't calculate all areas every time the link state database is updated,norby2006-02-091-4/+8
* Improve how ospfd copes with time changes.norby2006-01-051-5/+15
* The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and notclaudio2005-11-041-3/+3
* Set the vertex timestamp as soon as possible giving ospfd a chance to recoverclaudio2005-11-041-2/+4
* In one special condition ospfd sent out ls updates without updating theclaudio2005-10-121-1/+6
* I should have read the RFC more carefully.claudio2005-10-061-1/+3
* Try to do an SPF recalculation only if the LS DB changed.claudio2005-08-081-7/+33
* spellingnorby2005-05-251-2/+2
* spellingdavid2005-05-251-2/+2
* An lsa with age == MAX_AGE is always different and needs to be merged.claudio2005-05-241-1/+2
* In lsa_merge() check if the LSA changed. If it did not change just free theclaudio2005-05-241-4/+12
* Fix some obvious issues in the summary LSA origination.claudio2005-05-241-5/+27
* Every time a LSA is returned from a lookup lsa_age() it.claudio2005-05-121-2/+2
* Add "show database asbr/external/network/router/self-originate/summary"norby2005-05-121-4/+38
* spellingderaadt2005-04-121-2/+2
* SPF and route table calculation.norby2005-02-271-3/+35
* Fix premature ageing of self originating LSA. Still not perfect but betterclaudio2005-02-091-5/+6
* Use log_warnx() in lsa_check() to report bad LSA settings.claudio2005-02-091-3/+3
* Rework of self originated LSA. First of all the code to generate the LSAclaudio2005-02-091-5/+34
* The LSA seq_num should be unsigned as it is expected by ntohl/htonl() evenclaudio2005-02-081-2/+6
* spelling fixesdavid2005-02-071-2/+2
* Add sanity checks for AS-external LSA. Refine some other checks to be asclaudio2005-02-041-23/+29
* excessive ()henning2005-02-021-2/+2
* KNFhenning2005-02-021-3/+3
* Welcome ospfdclaudio2005-01-281-0/+490