summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/rde_lsdb.c
AgeCommit message (Expand)Author
2013-10-18typo in function name in log messageStuart Henderson
2013-05-09Simplify code, no binary change.Claudio Jeker
2013-03-25sync w/ospfd: improve snapshot handling; ok claudio, sthenMarkus Friedl
2010-08-22When removing an announced prefix, inherit the metric and ext_tagAlexander Bluhm
2010-07-01Fix all white space bugs in ospf6d at once. No binary change.Alexander Bluhm
2010-07-01The prefixes of interface addresses of an ospf link have to beAlexander Bluhm
2010-06-12Add a missing ntohs() around hdr.type. This fixes a segfault asAlexander Bluhm
2010-06-09Correctly decode prefixes. Fixes an infinite loop hit when the prefixlen isClaudio Jeker
2010-03-01Implement lsa_find_lsid(), a function that searches the LSDB for a LSAClaudio Jeker
2010-02-26Swap order of RB tree sorting from type, ls_id, adv_rtr to type, adv_rtr,Claudio Jeker
2010-02-23Implement lsa_asext_check() to verify that type 5 LSA are correctly encoded.Claudio Jeker
2010-02-22Treat multiple Router-LSAs originated by the same router as anStefan Sperling
2009-03-29Remove lsa_find_net(), it isn't needed for OSPFv3.Stefan Sperling
2009-03-29Add lsa_find_rtr() function, which finds among multiple routerStefan Sperling
2009-03-29In lsa_num_links(), be more obvious about what parts of the LSAStefan Sperling
2009-03-12lsa_self() did too many things at once, and had too much logicStefan Sperling
2009-03-10Revert previous, I committed the wrong file, should have been rde_spf.c.Stefan Sperling
2009-03-10The linked() function had an identity crisis and referred to itselfStefan Sperling
2009-03-08Remove #ifdef'd code which had a TODO comment essentially askingStefan Sperling
2009-03-07Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.Stefan Sperling
2009-02-12Make vertex_free() correctly free LSAs in per-interface LSA trees.Stefan Sperling
2009-01-29In Link LSAs, #prefixes is a 32bit value.Stefan Sperling
2009-01-29lsa_get_prefix() should return the number of bytes consumed and not theClaudio Jeker
2009-01-28Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a listStefan Sperling
2009-01-03Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,Stefan Sperling
2008-12-30lsa_get_prefix() needs to use something else then struct lsa_prefix toClaudio Jeker
2008-12-30First try at originating Link (type-8) LSA. Code is wrong and the initialClaudio Jeker
2008-12-28Part of lsa_self() works at least everything with us as adv_rtr should beClaudio Jeker
2008-02-11Correct the output of several error and debug messages.Esben Norby
2007-12-13Monster commit of stuff I did mostly last month. What it does:Claudio Jeker
2007-11-27Make lsa_find() find link local LSA by passing the interface instead of theClaudio Jeker
2007-11-27Monster diff to bring us a bit on track again.Claudio Jeker
2007-11-24lsa_self() is completely busted at the moment, so just ignore it.Claudio Jeker
2007-10-16Make struct lsa_rtr a better match of the reality. Still not happy becauseClaudio Jeker
2007-10-16Big round of lsa type cleanup. Moving from u_int8_t to u_int16_t made a lotClaudio Jeker
2007-10-16Make ospf6d(8) not throw up on Router LSAs.Esben Norby
2007-10-16In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentEsben Norby
2007-10-08Welcome ospf6dEsben Norby