summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/rde_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle connected routes as ospfd(8) does.denis2020-04-051-10/+15
* Rework of rde_asext_get()/rde_asext_put().denis2020-03-291-22/+28
* Rename and move calc_nexthop_clear()/calc_nexthop_add()denis2019-12-221-45/+13
* strings.h -> string.h to prevent an implicit declaration warning.mmcc2015-12-051-2/+2
* The if (!better && !equal) check is redundant as the same conditionbluhm2012-09-181-4/+1
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-4/+4
* Add routing calculation code for AS-ext LSA and Inter-Area LSA but theclaudio2010-03-011-38/+125
* Treat multiple Router-LSAs originated by the same router as anstsp2010-02-221-14/+23
* Crap. Remove debug code that I did not plan to commit.claudio2009-12-221-4/+1
* Holy inconsitancy Batman! While it is impossible to use embeded scope idsclaudio2009-12-221-1/+4
* Link local addressing strikes again. Include ifindex in all nexthopclaudio2009-12-221-13/+8
* Use correct interface id. iface_id is our ifindex, nbr_iface_id is theclaudio2009-12-221-2/+2
* Give calc_nexthop_lladdr() a chance to find the correct link local address.claudio2009-12-221-12/+16
* Install interface addresses of other routers (LA bit set or 128 prefixlen)claudio2009-07-281-2/+9
* Update rt_calc() for OSPFv3. The Routing Information Base is beingstsp2009-04-091-81/+61
* Update spf_calc() for OSPFv3.stsp2009-03-291-24/+51
* Update calc_nexthop() for OSPFv3, using helper functions added instsp2009-03-291-58/+32
* As a first step towards SPF tree calculation, prepare for properstsp2009-03-291-8/+69
* Update linked() for OSPFv3.stsp2009-03-291-9/+7
* Change get_net_link()'s idx argument to unsigned, and make itstsp2009-03-291-11/+8
* Because get_rtr_link() forgot to increment the buffer offsetstsp2009-03-291-10/+9
* The linked() function had an identity crisis and referred to itselfstsp2009-03-101-4/+4
* Correct the output of several error and debug messages.norby2008-02-111-2/+2
* Make lsa_find() find link local LSA by passing the interface instead of theclaudio2007-11-271-3/+5
* Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code.claudio2007-10-161-10/+1
* Make ospf6d(8) not throw up on Router LSAs.norby2007-10-161-4/+11
* First step at making kroute IPv6 aware. This resulted in many additionalclaudio2007-10-161-27/+38
* Welcome ospf6dnorby2007-10-081-0/+1077