summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d/rde.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bring ospf6d closer to ospfddenis2020-02-171-5/+3
* No need to pass peerid to lsa_snap()denis2020-01-211-2/+2
* Rename and move calc_nexthop_clear()/calc_nexthop_add()denis2019-12-221-1/+4
* Fix all white space bugs in ospf6d at once. No binary change.bluhm2010-07-011-2/+2
* The prefixes of interface addresses of an ospf link have to bebluhm2010-07-011-1/+2
* Implement lsa_find_lsid(), a function that searches the LSDB for a LSAclaudio2010-03-011-2/+5
* Treat multiple Router-LSAs originated by the same router as anstsp2010-02-221-1/+2
* Link local addressing strikes again. Include ifindex in all nexthopclaudio2009-12-221-2/+3
* As a first step towards SPF tree calculation, prepare for properstsp2009-03-291-1/+3
* Change get_net_link()'s idx argument to unsigned, and make itstsp2009-03-291-2/+2
* Because get_rtr_link() forgot to increment the buffer offsetstsp2009-03-291-2/+2
* Remove lsa_find_net(), it isn't needed for OSPFv3.stsp2009-03-291-2/+1
* Add lsa_find_rtr() function, which finds among multiple routerstsp2009-03-291-1/+2
* For SPF calculation, we will need the source address specifiedstsp2009-03-291-1/+2
* lsa_self() did too many things at once, and had too much logicstsp2009-03-121-2/+4
* Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.stsp2009-03-071-1/+2
* Make vertex_free() correctly free LSAs in per-interface LSA trees.stsp2009-02-121-1/+2
* Propagate the neighbour's interface ID, as received in hello packets,stsp2009-01-271-1/+3
* Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,stsp2009-01-031-2/+2
* lsa_get_prefix() needs to use something else then struct lsa_prefix toclaudio2008-12-301-1/+9
* Make lsa_find() find link local LSA by passing the interface instead of theclaudio2007-11-271-2/+2
* Monster diff to bring us a bit on track again.claudio2007-11-271-1/+3
* In OSPFv3 the LSA type is a 16 bit value, furthermore it uses differentnorby2007-10-161-3/+3
* First step at making kroute IPv6 aware. This resulted in many additionalclaudio2007-10-161-5/+5
* Welcome ospf6dnorby2007-10-081-0/+169