summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add point-to-point support for broadcast interfaces.remi2019-11-191-1/+2
* Simplify logic a bit by moving a block. nbr_stop_itimer() does not useclaudio2018-02-091-8/+6
* Improve ABR support especially for self-originated stub networks.claudio2015-11-221-2/+1
* improve snapshot handling:markus2013-01-171-5/+14
* ignore the nbr_adj_timer if we are not forming adjacencies; ok claudiomarkus2013-01-171-3/+3
* transmit correct state to RDE; ok claudiomarkus2013-01-171-2/+2
* First bits to support opaque LSA. Type-9, 10 and 11 are LSA that canclaudio2011-05-091-2/+5
* Fix some memory leaks. Mainly better cleanup on shutdown but the v_nexthopclaudio2011-03-241-2/+3
* When failing to form an adjacency, log the interface name as wellsthen2010-05-071-3/+3
* Clear the DR and BDR addresses in nbr_act_delete(), makes the electionclaudio2010-02-161-2/+6
* Oups, these changes should not have been commited. Revert.claudio2009-09-301-6/+1
* Announce a stub network LSA for backup carp interfaces. This should helpclaudio2009-09-301-1/+6
* Correct the output of several error and debug messages.norby2008-02-111-2/+2
* Do not overload nbr->options with the dd exchange bits. nbr->options is usedclaudio2007-10-111-5/+5
* NBR_ACT_HELLO_CHK was missing in the nbr_action_names list.claudio2007-06-131-2/+3
* When deleting a neighbor or a interface make sure that no events are pending.claudio2007-01-241-1/+12
* Remove a XXX in a comment.claudio2006-08-061-2/+2
* The return value of the start/stop timer functions is almost never checked.claudio2006-03-131-41/+24
* Move *_name functions to log.c and use these for both ospfd and ospfctl.claudio2006-03-091-45/+5
* Keep track of the duration of our relationships with neighbors.norby2006-02-191-1/+10
* Do not kick the adj_timer for neighbors that are in state 2-Way.norby2006-02-191-1/+4
* Do not traverse the entire LS retransmission list to figure out how manynorby2006-02-191-6/+2
* Prevent the neighbor FSM from getting stuck forever in state EXSTART.norby2006-02-091-2/+5
* Simpify iface_del() and nbr_del(). make them void funtions as they can not failclaudio2005-12-151-7/+5
* Add neighbor ID in warning and use correct function names.claudio2005-10-191-4/+5
* Show the time a neighbor was DOWN instead of counting down fromclaudio2005-09-291-2/+5
* simplify the fsm by moving all the checks that are done if the state changedclaudio2005-06-131-17/+18
* When the neighbor at the other end of the virtual link goes to statenorby2005-05-271-1/+5
* Clearify.norby2005-05-271-1/+2
* Remove unused event/action caption.norby2005-05-261-3/+1
* Remove unused neighbor state.norby2005-05-261-13/+1
* Remove unneeded debug stuff when handling neighbors.norby2005-05-261-27/+1
* If activly connected to more than one area set B flag in the self-originatedclaudio2005-05-121-1/+2
* spellingdavid2005-05-011-2/+2
* Support for self originated AS-external LSA.claudio2005-04-121-3/+19
* Add support for crypt authentication (MD5).norby2005-03-311-1/+3
* Remove bool cruft.norby2005-03-221-4/+4
* Handle the retransmission queues correctly. Mainly iface state DROTHERclaudio2005-03-171-1/+2
* Work around a timing issue in the db exchange phase. The DB descriptionclaudio2005-02-101-3/+8
* Cleanup the neighbor FSM. Use log_warnx() where appropriate and don'tclaudio2005-02-101-8/+8
* Rework of self originated LSA. First of all the code to generate the LSAclaudio2005-02-091-4/+13
* Print the interface state from the view of the neighbor in ospfctl sh nei.claudio2005-02-091-2/+15
* Prevent the ADJ_TMOUT from complaining about an unexpected event.claudio2005-02-091-2/+2
* Fix the restart DD case. In case of a timeout recheck the adjacency and goclaudio2005-02-091-3/+14
* Print the neighbor address and not the local interface address inclaudio2005-02-091-2/+2
* KNFhenning2005-02-021-4/+4
* Free neighbors that have been inactive for 24hrs.norby2005-02-011-2/+16
* Change my email address to the OpenBSD one since Ericsson has nothing tonorby2005-01-281-2/+2
* Welcome ospfdclaudio2005-01-281-0/+698