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
/
ospfd.c
Age
Commit message (
Expand
)
Author
2006-03-27
More specific warning.
Claudio Jeker
2006-03-25
Highlight that running an OSPF router without forwarding enabled is
Esben Norby
2006-03-14
Kill unneeded util.h include.
Claudio Jeker
2006-03-08
Cleanup with lint. Kill unused variable and fix some types.
Claudio Jeker
2006-02-10
ospfd does not need fd passing via the imsg framework so remove that code
Claudio Jeker
2006-01-12
Rewrite the redistribute code. The previous implementation was stupid and
Claudio Jeker
2005-12-29
More correct cleanup on exit. OK norby@
Claudio Jeker
2005-10-18
Cleanup interface code a minimal bit. There is no need for if_shutdown(),
Claudio Jeker
2005-08-15
Fix possible race condition in signal handler.
Esben Norby
2005-06-21
The ev_sighup event handler should handle SIGHUP and not SIGTERM.
Claudio Jeker
2005-05-26
Cleanup.
Esben Norby
2005-05-26
Support dumping the configuration the way bgpd(8) does it.
Esben Norby
2005-05-23
useless use of endpwent
Henning Brauer
2005-04-25
Call if_init() in ospfe only, neither the rde nor the parent need it.
Claudio Jeker
2005-04-19
Don't call event_set() before event_init().
Claudio Jeker
2005-04-17
Use fatalx() instead of ospfd_shutdown() if kr_init() fails.
Claudio Jeker
2005-03-26
explciitely 0-initialize pids
Henning Brauer
2005-03-26
Prototypes where moved to ospfd.h so no need to keep them here.
Claudio Jeker
2005-03-26
Implement the IMSG_CTL_IFINFO bits correctly. This is needed for
Claudio Jeker
2005-03-26
fix a little race on SIGCHLD where we must delay the claenup until
Henning Brauer
2005-03-25
what is an ospfe engine?
Henning Brauer
2005-03-25
extra char in getopt string, Michael Knudsen <e@molioner.dk>
Henning Brauer
2005-03-15
Add control messages for the show fib commands.
Claudio Jeker
2005-03-08
Remove no longer valid route entries.
Esben Norby
2005-03-07
Track interface state (up/down) and media status. Simplify the code a bit
Claudio Jeker
2005-02-27
SPF and route table calculation.
Esben Norby
2005-02-24
Remove the kroute nexthop specific code as there is no need for this in
Claudio Jeker
2005-02-07
spelling fixes
David Krause
2005-02-02
usage() is __dead
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