summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/neighbor.c
AgeCommit message (Expand)Author
2005-12-15Simpify iface_del() and nbr_del(). make them void funtions as they can not failClaudio Jeker
2005-10-19Add neighbor ID in warning and use correct function names.Claudio Jeker
2005-09-29Show the time a neighbor was DOWN instead of counting down fromClaudio Jeker
2005-06-13simplify the fsm by moving all the checks that are done if the state changedClaudio Jeker
2005-05-27When the neighbor at the other end of the virtual link goes to stateEsben Norby
2005-05-27Clearify.Esben Norby
2005-05-26Remove unused event/action caption.Esben Norby
2005-05-26Remove unused neighbor state.Esben Norby
2005-05-26Remove unneeded debug stuff when handling neighbors.Esben Norby
2005-05-12If activly connected to more than one area set B flag in the self-originatedClaudio Jeker
2005-05-01spellingDavid Krause
2005-04-12Support for self originated AS-external LSA.Claudio Jeker
2005-03-31Add support for crypt authentication (MD5).Esben Norby
2005-03-22Remove bool cruft.Esben Norby
2005-03-17Handle the retransmission queues correctly. Mainly iface state DROTHERClaudio Jeker
2005-02-10Work around a timing issue in the db exchange phase. The DB descriptionClaudio Jeker
2005-02-10Cleanup the neighbor FSM. Use log_warnx() where appropriate and don'tClaudio Jeker
2005-02-09Rework of self originated LSA. First of all the code to generate the LSAClaudio Jeker
2005-02-09Print the interface state from the view of the neighbor in ospfctl sh nei.Claudio Jeker
2005-02-09Prevent the ADJ_TMOUT from complaining about an unexpected event.Claudio Jeker
2005-02-09Fix the restart DD case. In case of a timeout recheck the adjacency and goClaudio Jeker
2005-02-09Print the neighbor address and not the local interface address inClaudio Jeker
2005-02-02KNFHenning Brauer
2005-02-01Free neighbors that have been inactive for 24hrs.Esben Norby
2005-01-28Change my email address to the OpenBSD one since Ericsson has nothing toEsben Norby
2005-01-28Welcome ospfdClaudio Jeker