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
2015-11-22
Improve ABR support especially for self-originated stub networks.
Claudio Jeker
2012-09-18
The if (!better && !equal) check is redundant as the same condition
Alexander Bluhm
2012-04-04
Both LSA_TYPE_AREA_OPAQ and LSA_TYPE_AS_OPAQ can be found when traversing
Claudio Jeker
2011-05-24
Fix nexthop calculation for directly connected P2P links. connected
Claudio Jeker
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-05-02
More spring cleaning
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2010-02-16
allow spf-delay and spf-holdtime to be specified in msec so ospfd can
David Gwynne
2009-11-12
get_rtr_link and get_net_link are not supposed to fail and returning
Claudio Jeker
2009-01-07
Full stub area support. This allows ABRs to announce a default network
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-09-16
Change the way nexthops are calculated on the root level. Instead of looking
Claudio Jeker
2007-08-06
Fix two issues in the RIB calculation. First rt_nexthop_add() should not
Claudio Jeker
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-12
When calculating as_ext routes only respect the connected flag for rt_nodes
Claudio Jeker
2007-04-10
Next step in equal cost multipath support. Make the SPF calculation multipath
Claudio Jeker
2007-04-02
Use fatal() if calloc fails instead of fatalx().
Claudio Jeker
2007-01-29
Remove useless debug message when calculating the SPF tree.
Esben Norby
2007-01-29
Do not link from the LS DB to outside structures that may vanish before
Claudio Jeker
2007-01-24
Remove most of the spf calculation related log_debug messages.
Claudio Jeker
2006-07-06
In rt_invalidate() skip all as_ext routes if routes matching a specific area
Claudio Jeker
2006-05-30
Correctly calculate point-to-point nexthop address. The logic was badly twisted
Claudio Jeker
2006-04-25
kill unused old debug code.
Esben Norby
2006-03-22
Move the AS external LSA tree out of struct ospfd_config. This simplifies
Claudio Jeker
2006-03-21
Invalidating the full RIB and then only recalculating part of it is not
Claudio Jeker
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-02-24
Keep track of the uptime of the entries in the RIB.
Esben Norby
2006-02-10
If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@
Claudio Jeker
2006-02-09
Don't calculate all areas every time the link state database is updated,
Esben Norby
2006-02-02
zap cand_list_empty, found by lint.
Esben Norby
2006-02-01
spf_calc should only do what the name says - calculate the spf tree.
Esben Norby
2006-02-01
Wrong type, found by lint.
Esben Norby
2006-02-01
variable naming, a -> addr.
Esben Norby
2006-01-26
Separate route table calculations from the SPF calculation.
Esben Norby
2006-01-24
Correct debug text
Esben Norby
2006-01-24
Fix bad indent.
Esben Norby
2006-01-24
Split SPF calc and AS Ext calc.
Esben Norby
2005-12-02
Fixed version of r1.35, readd candidate to list in both cases so that the list
Claudio Jeker
2005-11-14
Revert candidate list change since it is broken.
Esben Norby
2005-11-12
spacing mostly
Theo de Raadt
2005-11-04
The candidate list is a sorted linear list so when changing the cost of
Claudio Jeker
2005-11-04
Kill spf_timer in struct ospfd_conf. There is no need for two event structs
Claudio Jeker
2005-09-01
rt_lookup() did not respect the route node invalid flag and so AS-ext
Claudio Jeker
2005-08-30
Fix a bug in the nexthop calculation for complex networks. The result was a
Claudio Jeker
2005-08-08
Try to do an SPF recalculation only if the LS DB changed.
Claudio Jeker
2005-08-08
Correctly order LSA/route entries. Also prefer network vertices over router
Claudio Jeker
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
[next]