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.c
Age
Commit message (
Expand
)
Author
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-11
Bye bye global ospf options. OSPF options are per area (at least the one
Claudio Jeker
2007-10-01
fix alot of whitespace problems...
Esben Norby
2007-09-25
Last missing piece in the equal cost multipath support for ospfd.
Claudio Jeker
2007-07-25
Don't fatal if the imsg pipe is closed, this is often triggered in the parent
Claudio Jeker
2007-06-19
add support for mapping route labels to AS-external route tags.
Reyk Floeter
2007-06-19
Allow ospfd reconfiguration through SIGHUP, add SIGHUP handlers in
Pierre-Yves Ritschard
2007-04-11
Simplify rde_summary_update(). The route entry has a valid/invalid flag
Claudio Jeker
2007-04-10
Next step in equal cost multipath support. Make the SPF calculation multipath
Claudio Jeker
2007-04-05
remove an unused function.
Pierre-Yves Ritschard
2007-04-04
Type 4 (router) summery LSA need to be sent out with an LS ID equal to the
Claudio Jeker
2007-04-04
There is no need to originate inter-area routes to the backbone.
Claudio Jeker
2007-03-30
Use correct function name in fatalx() message.
Claudio Jeker
2007-02-12
rde_nbr_loading() may be called with area == NULL. Check for this condition
Claudio Jeker
2007-02-09
Remove unneeded statement. The debug code needing it is long gone.
Claudio Jeker
2007-02-01
whitespace cleanup, no binary change.
Claudio Jeker
2007-02-01
Preliminary configuration reload support. Seems to work reasonably well
Claudio Jeker
2007-02-01
There is no need to check if the LSA is matched by an net LSA in
Claudio Jeker
2007-01-29
Do not link from the LS DB to outside structures that may vanish before
Claudio Jeker
2007-01-24
Remove some log_debug()s that are no longer needed.
Claudio Jeker
2007-01-20
Ignore SIGPIPE in the parent and RDE as well.
Claudio Jeker
2007-01-11
Silently ignore unknown neighbors in the rde and ospfe imsg handler. This
Claudio Jeker
2007-01-11
Remove unneeded config stuff when booting up the RDE. This makes the reload
Claudio Jeker
2006-12-21
order variables by size/type.
Claudio Jeker
2006-12-08
Fix a crash seen on busy area border routers. The problem was a NULL
Claudio Jeker
2006-12-07
Make it possible to set the metric and LSA type for redistributed routes.
Claudio Jeker
2006-06-28
Track the uptime of the ospfd daemon itself.
Esben Norby
2006-05-30
Now that rtlabels are accessable via sysctl we can use route lables to
Claudio Jeker
2006-05-29
Delay lsa database deletes for MIN_LS_INTERVAL seconds so that flapping
Claudio Jeker
2006-03-22
Move the AS external LSA tree out of struct ospfd_config. This simplifies
Claudio Jeker
2006-03-09
More spring cleaning with lint. Change a few types and add some comments to
Claudio Jeker
2006-03-08
Remove unused quit flag inherited from bgpd long ago.
Claudio Jeker
2006-03-08
Fix logic of the kroute code. First of all there was a porblem if a prefix
Claudio Jeker
2006-02-21
Better English in comments.
Claudio Jeker
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-02-10
If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@
Claudio Jeker
2006-01-12
Rewrite the redistribute code. The previous implementation was stupid and
Claudio Jeker
2006-01-05
Improve how ospfd copes with time changes.
Esben Norby
2005-12-29
More correct cleanup on exit. OK norby@
Claudio Jeker
2005-12-05
Optimize rde_redistribute() a bit and remove two unneeded and way to verbose
Claudio Jeker
2005-11-04
Kill spf_timer in struct ospfd_conf. There is no need for two event structs
Claudio Jeker
2005-11-04
Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.
Claudio Jeker
2005-10-19
fix some spellings in comments.
Claudio Jeker
2005-10-12
Fix the flooding procedure. Violate the RFC else many BAD_LS_REQ events and
Claudio Jeker
2005-10-12
Fix a massive memory leak in the RDE. ospfd leaked every ls update unless
Claudio Jeker
2005-08-08
Try to do an SPF recalculation only if the LS DB changed.
Claudio Jeker
2005-05-26
Remove unneeded debugging messages from rde imsg handling.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-25
spelling
Esben Norby
2005-05-25
spelling
David Krause
[next]