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
/
interface.c
Age
Commit message (
Expand
)
Author
2005-05-12
Fix multiple bugs in if_act_elect(). In some cases DR were set wrongly
Claudio Jeker
2005-04-25
Call if_init() later and for each interface separately.
Claudio Jeker
2005-04-25
Move the creation of the ospf_socket from if_init() directly into ospfe().
Claudio Jeker
2005-04-25
Call if_init() in ospfe only, neither the rde nor the parent need it.
Claudio Jeker
2005-04-25
Change order of execution in if_act_reset(). First notify all neighbor
Claudio Jeker
2005-04-19
Don't call event_set() before event_init().
Claudio Jeker
2005-03-31
Better crypt sequence number initialization.
Esben Norby
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-29
The RFC never mentions anything about transfer, this should be transmit.
Esben Norby
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-11
KNF
Henning Brauer
2005-03-07
Track interface state (up/down) and media status. Simplify the code a bit
Claudio Jeker
2005-02-16
Support point to point links.
Esben Norby
2005-02-09
Rework of self originated LSA. First of all the code to generate the LSA
Claudio Jeker
2005-02-09
Fix interface fsm by inserting dummy events and actions as placeholder
Claudio Jeker
2005-02-09
Don't elect neighbors that are down and fix a stupid copy-pasto.
Claudio Jeker
2005-02-09
Initialize iface->self only once. if_act_start() may be called multiple
Claudio Jeker
2005-02-07
spelling fixes
David Krause
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