summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ripd/neighbor.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Keep track of dead peers instead of freeing them right away.jca2017-01-171-10/+23
* add format attributes to log functionsbenno2016-07-181-3/+3
* Garbage collect unused stuff found by lint.claudio2007-10-241-2/+1
* spacingderaadt2007-10-181-3/+3
* Remove unused parameter in nbr_newmichele2007-03-271-2/+2
* add timeout for failed nbr structuresmichele2007-01-231-17/+52
* typomichele2006-12-241-2/+2
* clear lists before deleting neighbormichele2006-11-101-2/+3
* Stop the running timer in case a neighbor is deleted. This fixes a crashclaudio2006-11-011-15/+13
* create a temporary neighbor instead of a permanent one when a request is receivedmichele2006-10-311-3/+9
* Welcome ripdnorby2006-10-181-0/+357