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.c
Age
Commit message (
Expand
)
Author
2009-07-28
More fallout from the r1.31 commit. This time PID and the fd got swapped.
Claudio Jeker
2009-07-28
Running 'ospf6ctl show' twice caused ospf6d to fatal. Cause was a missing -
Claudio Jeker
2009-06-06
make ospf6ctl/ospf6d imsg-in-a-lib ready too.
Eric Faurot
2009-05-31
Remove redundant imsg_event_add calls; ok claudio@
Jacek Masiulaniec
2009-05-31
libevent handler fix to allow EV_READ and EV_WRITE to be set at the same
Claudio Jeker
2009-04-09
Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).
Stefan Sperling
2009-03-29
As a first step towards SPF tree calculation, prepare for proper
Stefan Sperling
2009-03-12
lsa_self() did too many things at once, and had too much logic
Stefan Sperling
2009-03-07
Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.
Stefan Sperling
2009-02-19
Use rde_router_id() instead of directly accessing rdeconf->rtr_id.s_addr.
Stefan Sperling
2009-02-19
Enable origination of Intra-Area-Prefix LSAs in rde.
Stefan Sperling
2009-02-19
Virtually re-implement origination of Intra-Area-Prefix LSAs.
Stefan Sperling
2009-02-19
Sync iface fsm state from ospfe to rde.
Stefan Sperling
2009-02-10
Fix two obvious copy-paste errors in fatal error messages. We were
Stefan Sperling
2009-02-03
Formatting fixes.
Stefan Sperling
2009-01-29
Hard-code the Link State ID of Intra-Area-Prefix LSAs referencing Network
Stefan Sperling
2009-01-29
Improve debugging message in orig_intra_lsa_net().
Stefan Sperling
2009-01-28
Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list
Stefan Sperling
2009-01-27
Again, no need to double check if neighbor exists.
Michele Marchetto
2009-01-03
Since link LSAs live in iface->lsa_tree and not in area->lsa_tree,
Stefan Sperling
2008-12-30
First try at originating Link (type-8) LSA. Code is wrong and the initial
Claudio Jeker
2008-12-28
No need to byteswap req_hdr.type as lsa_find() will do that for us.
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-10-17
lsa_snap() should work so enable it.
Claudio Jeker
2007-10-16
Enable the IMSG_DD related code. This code starts to work.
Claudio Jeker
2007-10-16
In OSPFv3 the LSA type is a 16 bit value, furthermore it uses different
Esben Norby
2007-10-16
First step at making kroute IPv6 aware. This resulted in many additional
Claudio Jeker
2007-10-11
Disable some code that is currently far from working and results in frequent
Claudio Jeker
2007-10-11
From ospfd:
Claudio Jeker
2007-10-08
Welcome ospf6d
Esben Norby