index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ospf6d
/
rde_spf.c
Age
Commit message (
Expand
)
Author
2010-07-01
Fix all white space bugs in ospf6d at once. No binary change.
Alexander Bluhm
2010-03-01
Add routing calculation code for AS-ext LSA and Inter-Area LSA but the
Claudio Jeker
2010-02-22
Treat multiple Router-LSAs originated by the same router as an
Stefan Sperling
2009-12-22
Crap. Remove debug code that I did not plan to commit.
Claudio Jeker
2009-12-22
Holy inconsitancy Batman! While it is impossible to use embeded scope ids
Claudio Jeker
2009-12-22
Link local addressing strikes again. Include ifindex in all nexthop
Claudio Jeker
2009-12-22
Use correct interface id. iface_id is our ifindex, nbr_iface_id is the
Claudio Jeker
2009-12-22
Give calc_nexthop_lladdr() a chance to find the correct link local address.
Claudio Jeker
2009-07-28
Install interface addresses of other routers (LA bit set or 128 prefixlen)
Claudio Jeker
2009-04-09
Update rt_calc() for OSPFv3. The Routing Information Base is being
Stefan Sperling
2009-03-29
Update spf_calc() for OSPFv3.
Stefan Sperling
2009-03-29
Update calc_nexthop() for OSPFv3, using helper functions added in
Stefan Sperling
2009-03-29
As a first step towards SPF tree calculation, prepare for proper
Stefan Sperling
2009-03-29
Update linked() for OSPFv3.
Stefan Sperling
2009-03-29
Change get_net_link()'s idx argument to unsigned, and make it
Stefan Sperling
2009-03-29
Because get_rtr_link() forgot to increment the buffer offset
Stefan Sperling
2009-03-10
The linked() function had an identity crisis and referred to itself
Stefan Sperling
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-11-27
Make lsa_find() find link local LSA by passing the interface instead of the
Claudio Jeker
2007-10-16
Oups, unbreak there were some LINK_TYPE_STUB_NET left in the code.
Claudio Jeker
2007-10-16
Make ospf6d(8) not throw up on Router LSAs.
Esben Norby
2007-10-16
First step at making kroute IPv6 aware. This resulted in many additional
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby