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
/
ospfd
/
rde_spf.c
Age
Commit message (
Expand
)
Author
2005-06-27
Mark connected routes (routes without a nexthop) in the rib. Without this
Claudio Jeker
2005-06-27
Don't let /32 DT_NET routes override DT_RTR routes. This should help
Claudio Jeker
2005-06-26
typo by claudio
Theo de Raadt
2005-06-26
Don't htonl() something that is already in network byte order. AS-Ext routes
Claudio Jeker
2005-05-28
Fix confusing typo.
Esben Norby
2005-05-27
While calculating the routing table don't ignore all routes with a cost of
Claudio Jeker
2005-05-27
Only checking if w->cost is non equal to LS_INFINITY and w->prev is NULL is
Claudio Jeker
2005-05-27
Fix nexthop calculation by setting w->prev before calling calc_next_hop().
Claudio Jeker
2005-05-26
Remove annoying spf_calc debug line.
Esben Norby
2005-05-26
Remove route update debugging messages.
Esben Norby
2005-05-26
Disable cand_list_dump and spf_dump by default.
Esben Norby
2005-05-26
Unwanted.
Esben Norby
2005-05-24
Fix some obvious issues in the summary LSA origination.
Claudio Jeker
2005-05-23
First part of summary LSA origination. Not perfect but a start.
Claudio Jeker
2005-05-23
Kill rt_dump_debug stuff as "ospfctl show rib [detail]" provides the same
Esben Norby
2005-05-22
Handle cost2 for AS-external, and prepare for handling flags in
Esben Norby
2005-05-12
Calculate routes for summary and as-external LSA. Still some minor parts
Claudio Jeker
2005-05-12
lsa_age() the vertex befor comparing the age with MAX_AGE.
Claudio Jeker
2005-05-12
Don't fatal in case no root node was found for spf calculation.
Claudio Jeker
2005-05-05
Fix a stupid typo in the #if 0 block in spf_calc() and start using that code
Claudio Jeker
2005-03-23
prefixlen2mask() should return a network byte order result as it does imply
Claudio Jeker
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-17
Fix an access after free. It is not allowed to use a RB_REMOVE inside of a
Claudio Jeker
2005-03-14
Add "show summary" to ospfctl.
Esben Norby
2005-03-12
Add "show rib" and "show rib detail" to ospfctl.
Esben Norby
2005-03-12
Small K&F.
Esben Norby
2005-03-08
Remove no longer valid route entries.
Esben Norby
2005-03-02
Calculate the nexthop correctly if the calculating router has
Esben Norby
2005-02-27
SPF and route table calculation.
Esben Norby