summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/rde.h
AgeCommit message (Expand)Author
2006-05-29Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flappingClaudio Jeker
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-02-24Keep track of the uptime of the entries in the RIB.Esben Norby
2006-02-10If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@Claudio Jeker
2006-02-02zap cand_list_empty, found by lint.Esben Norby
2006-01-26Separate route table calculations from the SPF calculation.Esben Norby
2006-01-24Split SPF calc and AS Ext calc.Esben Norby
2006-01-12Rewrite the redistribute code. The previous implementation was stupid andClaudio Jeker
2005-08-08Try to do an SPF recalculation only if the LS DB changed.Claudio Jeker
2005-06-27Mark connected routes (routes without a nexthop) in the rib. Without thisClaudio Jeker
2005-06-27Don't let /32 DT_NET routes override DT_RTR routes. This should helpClaudio Jeker
2005-05-27Preparation for upcoming virtual link support.Esben Norby
2005-05-24Fix some obvious issues in the summary LSA origination.Claudio Jeker
2005-05-23First part of summary LSA origination. Not perfect but a start.Claudio Jeker
2005-05-22Handle cost2 for AS-external, and prepare for handling flags inEsben Norby
2005-05-13Cost type 2 will be needed soon.Esben Norby
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-05-08Keep track of the req list in the RDE. The RFC requires us to check forClaudio Jeker
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-03-22Remove bool cruft.Esben Norby
2005-03-12Add "show rib" and "show rib detail" to ospfctl.Esben Norby
2005-03-08Remove no longer valid route entries.Esben Norby
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-09Rework of self originated LSA. First of all the code to generate the LSAClaudio Jeker
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker