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_lsdb.c
Age
Commit message (
Expand
)
Author
2009-02-12
Make vertex_free() correctly free LSAs in per-interface LSA trees.
Stefan Sperling
2009-01-29
In Link LSAs, #prefixes is a 32bit value.
Stefan Sperling
2009-01-29
lsa_get_prefix() should return the number of bytes consumed and not the
Claudio Jeker
2009-01-28
Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list
Stefan Sperling
2009-01-03
Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,
Stefan Sperling
2008-12-30
lsa_get_prefix() needs to use something else then struct lsa_prefix to
Claudio Jeker
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2008-12-28
Part of lsa_self() works at least everything with us as adv_rtr should be
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-12-13
Monster commit of stuff I did mostly last month. What it does:
Claudio Jeker
2007-11-27
Make lsa_find() find link local LSA by passing the interface instead of the
Claudio Jeker
2007-11-27
Monster diff to bring us a bit on track again.
Claudio Jeker
2007-11-24
lsa_self() is completely busted at the moment, so just ignore it.
Claudio Jeker
2007-10-16
Make struct lsa_rtr a better match of the reality. Still not happy because
Claudio Jeker
2007-10-16
Big round of lsa type cleanup. Moving from u_int8_t to u_int16_t made a lot
Claudio Jeker
2007-10-16
Make ospf6d(8) not throw up on Router LSAs.
Esben Norby
2007-10-16
In OSPFv3 the LSA type is a 16 bit value, furthermore it uses different
Esben Norby
2007-10-08
Welcome ospf6d
Esben Norby