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
/
neighbor.c
Age
Commit message (
Expand
)
Author
2011-05-09
First bits to support opaque LSA. Type-9, 10 and 11 are LSA that can
Claudio Jeker
2011-03-24
Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthop
Claudio Jeker
2010-05-07
When failing to form an adjacency, log the interface name as well
Stuart Henderson
2010-02-16
Clear the DR and BDR addresses in nbr_act_delete(), makes the election
Claudio Jeker
2009-09-30
Oups, these changes should not have been commited. Revert.
Claudio Jeker
2009-09-30
Announce a stub network LSA for backup carp interfaces. This should help
Claudio Jeker
2008-02-11
Correct the output of several error and debug messages.
Esben Norby
2007-10-11
Do not overload nbr->options with the dd exchange bits. nbr->options is used
Claudio Jeker
2007-06-13
NBR_ACT_HELLO_CHK was missing in the nbr_action_names list.
Claudio Jeker
2007-01-24
When deleting a neighbor or a interface make sure that no events are pending.
Claudio Jeker
2006-08-06
Remove a XXX in a comment.
Claudio Jeker
2006-03-13
The return value of the start/stop timer functions is almost never checked.
Claudio Jeker
2006-03-09
Move *_name functions to log.c and use these for both ospfd and ospfctl.
Claudio Jeker
2006-02-19
Keep track of the duration of our relationships with neighbors.
Esben Norby
2006-02-19
Do not kick the adj_timer for neighbors that are in state 2-Way.
Esben Norby
2006-02-19
Do not traverse the entire LS retransmission list to figure out how many
Esben Norby
2006-02-09
Prevent the neighbor FSM from getting stuck forever in state EXSTART.
Esben Norby
2005-12-15
Simpify iface_del() and nbr_del(). make them void funtions as they can not fail
Claudio Jeker
2005-10-19
Add neighbor ID in warning and use correct function names.
Claudio Jeker
2005-09-29
Show the time a neighbor was DOWN instead of counting down from
Claudio Jeker
2005-06-13
simplify the fsm by moving all the checks that are done if the state changed
Claudio Jeker
2005-05-27
When the neighbor at the other end of the virtual link goes to state
Esben Norby
2005-05-27
Clearify.
Esben Norby
2005-05-26
Remove unused event/action caption.
Esben Norby
2005-05-26
Remove unused neighbor state.
Esben Norby
2005-05-26
Remove unneeded debug stuff when handling neighbors.
Esben Norby
2005-05-12
If activly connected to more than one area set B flag in the self-originated
Claudio Jeker
2005-05-01
spelling
David Krause
2005-04-12
Support for self originated AS-external LSA.
Claudio Jeker
2005-03-31
Add support for crypt authentication (MD5).
Esben Norby
2005-03-22
Remove bool cruft.
Esben Norby
2005-03-17
Handle the retransmission queues correctly. Mainly iface state DROTHER
Claudio Jeker
2005-02-10
Work around a timing issue in the db exchange phase. The DB description
Claudio Jeker
2005-02-10
Cleanup the neighbor FSM. Use log_warnx() where appropriate and don't
Claudio Jeker
2005-02-09
Rework of self originated LSA. First of all the code to generate the LSA
Claudio Jeker
2005-02-09
Print the interface state from the view of the neighbor in ospfctl sh nei.
Claudio Jeker
2005-02-09
Prevent the ADJ_TMOUT from complaining about an unexpected event.
Claudio Jeker
2005-02-09
Fix the restart DD case. In case of a timeout recheck the adjacency and go
Claudio Jeker
2005-02-09
Print the neighbor address and not the local interface address in
Claudio Jeker
2005-02-02
KNF
Henning Brauer
2005-02-01
Free neighbors that have been inactive for 24hrs.
Esben Norby
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