summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/rde_spf.c
AgeCommit message (Expand)Author
2009-07-28Install interface addresses of other routers (LA bit set or 128 prefixlen)Claudio Jeker
2009-04-09Update rt_calc() for OSPFv3. The Routing Information Base is beingStefan Sperling
2009-03-29Update spf_calc() for OSPFv3.Stefan Sperling
2009-03-29Update calc_nexthop() for OSPFv3, using helper functions added inStefan Sperling
2009-03-29As a first step towards SPF tree calculation, prepare for properStefan Sperling
2009-03-29Update linked() for OSPFv3.Stefan Sperling
2009-03-29Change get_net_link()'s idx argument to unsigned, and make itStefan Sperling
2009-03-29Because get_rtr_link() forgot to increment the buffer offsetStefan Sperling
2009-03-10The linked() function had an identity crisis and referred to itselfStefan Sperling
2008-02-11Correct the output of several error and debug messages.Esben Norby
2007-11-27Make lsa_find() find link local LSA by passing the interface instead of theClaudio Jeker
2007-10-16Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code.Claudio Jeker
2007-10-16Make ospf6d(8) not throw up on Router LSAs.Esben Norby
2007-10-16First step at making kroute IPv6 aware. This resulted in many additionalClaudio Jeker
2007-10-08Welcome ospf6dEsben Norby