summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/rde_lsdb.c
AgeCommit message (Expand)Author
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