summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/rde.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add point-to-point support for broadcast interfaces.remi2019-11-191-1/+2
* When removing interfaces in the RDE we also need to remove all the RDEclaudio2015-03-141-1/+2
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-4/+9
* More spring cleaningclaudio2011-05-021-4/+1
* Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthopclaudio2011-03-241-1/+4
* Full stub area support. This allows ABRs to announce a default networkclaudio2009-01-071-1/+5
* add support for mapping route labels to AS-external route tags.reyk2007-06-191-1/+2
* Next step in equal cost multipath support. Make the SPF calculation multipathclaudio2007-04-101-17/+30
* remove an unused function.pyr2007-04-051-2/+1
* Do not link from the LS DB to outside structures that may vanish beforeclaudio2007-01-291-2/+4
* Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingclaudio2006-05-291-2/+3
* 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-1/+3
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-4/+4
* Keep track of the uptime of the entries in the RIB.norby2006-02-241-1/+2
* If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@claudio2006-02-101-2/+2
* zap cand_list_empty, found by lint.norby2006-02-021-2/+1
* Separate route table calculations from the SPF calculation.norby2006-01-261-1/+2
* Split SPF calc and AS Ext calc.norby2006-01-241-1/+2
* Rewrite the redistribute code. The previous implementation was stupid andclaudio2006-01-121-7/+1
* Try to do an SPF recalculation only if the LS DB changed.claudio2005-08-081-2/+2
* Mark connected routes (routes without a nexthop) in the rib. Without thisclaudio2005-06-271-1/+2
* Don't let /32 DT_NET routes override DT_RTR routes. This should helpclaudio2005-06-271-2/+2
* Preparation for upcoming virtual link support.norby2005-05-271-1/+9
* Fix some obvious issues in the summary LSA origination.claudio2005-05-241-1/+2
* First part of summary LSA origination. Not perfect but a start.claudio2005-05-231-1/+2
* Handle cost2 for AS-external, and prepare for handling flags innorby2005-05-221-1/+2
* Cost type 2 will be needed soon.norby2005-05-131-1/+2
* Every time a LSA is returned from a lookup lsa_age() it.claudio2005-05-121-1/+2
* Add "show database asbr/external/network/router/self-originate/summary"norby2005-05-121-2/+2
* Keep track of the req list in the RDE. The RFC requires us to check forclaudio2005-05-081-9/+16
* Support for self originated AS-external LSA.claudio2005-04-121-1/+7
* Remove bool cruft.norby2005-03-221-4/+4
* Add "show rib" and "show rib detail" to ospfctl.norby2005-03-121-1/+3
* Remove no longer valid route entries.norby2005-03-081-4/+8
* SPF and route table calculation.norby2005-02-271-1/+40
* Fix premature ageing of self originating LSA. Still not perfect but betterclaudio2005-02-091-1/+2
* Rework of self originated LSA. First of all the code to generate the LSAclaudio2005-02-091-2/+3
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+81