summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6d/rde_spf.c
AgeCommit message (Expand)Author
2010-07-01Fix all white space bugs in ospf6d at once. No binary change.Alexander Bluhm
2010-03-01Add routing calculation code for AS-ext LSA and Inter-Area LSA but theClaudio Jeker
2010-02-22Treat multiple Router-LSAs originated by the same router as anStefan Sperling
2009-12-22Crap. Remove debug code that I did not plan to commit.Claudio Jeker
2009-12-22Holy inconsitancy Batman! While it is impossible to use embeded scope idsClaudio Jeker
2009-12-22Link local addressing strikes again. Include ifindex in all nexthopClaudio Jeker
2009-12-22Use correct interface id. iface_id is our ifindex, nbr_iface_id is theClaudio Jeker
2009-12-22Give calc_nexthop_lladdr() a chance to find the correct link local address.Claudio Jeker
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