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
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
2005-05-24
Only redistribute networks if the interface they depend on is actually
Claudio Jeker
2005-05-24
Fix format string.
Claudio Jeker
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
useless use of endpwent
Henning Brauer
2005-05-22
The Route Information Base for AS-External should only be dumped once.
Esben Norby
2005-05-12
Add "show database asbr/external/network/router/self-originate/summary"
Esben Norby
2005-05-11
Add some newlines to make the code easier to follow. No functional change.
Claudio Jeker
2005-05-09
Force all as-external routes to point to the router announcing them by
Claudio Jeker
2005-05-08
Keep track of the req list in the RDE. The RFC requires us to check for
Claudio Jeker
2005-05-02
use setres[ug]id for privilege dropping; ok norby@
Damien Miller
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-04-06
When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if the
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-08
Remove no longer valid route entries.
Esben Norby
2005-02-27
SPF and route table calculation.
Esben Norby
2005-02-10
Work around a timing issue in the db exchange phase. The DB description
Claudio Jeker
2005-02-09
Fix premature ageing of self originating LSA. Still not perfect but better
Claudio Jeker
2005-02-09
Rework of self originated LSA. First of all the code to generate the LSA
Claudio Jeker
2005-02-02
KNF
Henning Brauer
2005-01-28
Change my email address to the OpenBSD one since Ericsson has nothing to
Esben Norby
2005-01-28
Welcome ospfd
Claudio Jeker