History log of /openbsd-current/usr.sbin/ripd/neighbor.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 08-Mar-2023 guenther

Delete obsolete /* ARGSUSED */ lint comments.

ok miod@ millert@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.11 17-Jan-2017 jca

Keep track of dead peers instead of freeing them right away.

This mimics what ospfd does, and avoids a (mostly harmless)
use-after-free. Delay suggested by claudio@, ok florian@


Revision tags: OPENBSD_6_0_BASE
# 1.10 18-Jul-2016 benno

add format attributes to log functions

ok florian@ claudio@


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.9 24-Oct-2007 claudio

Garbage collect unused stuff found by lint.


# 1.8 18-Oct-2007 deraadt

spacing


Revision tags: OPENBSD_4_2_BASE
# 1.7 27-Mar-2007 michele

Remove unused parameter in nbr_new


Revision tags: OPENBSD_4_1_BASE
# 1.6 23-Jan-2007 michele

add timeout for failed nbr structures

OK claudio@ henning@


# 1.5 24-Dec-2006 michele

typo


# 1.4 10-Nov-2006 michele

clear lists before deleting neighbor

OK claudio@ henning@


# 1.3 01-Nov-2006 claudio

Stop the running timer in case a neighbor is deleted. This fixes a crash
found by Martin Boehme. ok michele@


# 1.2 31-Oct-2006 michele

create a temporary neighbor instead of a permanent one when a request is received


# 1.1 18-Oct-2006 norby

Welcome ripd
started by Michele Marchetto some time ago by using the imsg/three process framework
of ospfd. He implemented most of the daemon with a little help and guidance from
Claudio and I.

Currently the daemon is more or less complete, with the exception of key lifetime
and rollover.

Not yet connected to the builds.
OK claudio@


Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.11 17-Jan-2017 jca

Keep track of dead peers instead of freeing them right away.

This mimics what ospfd does, and avoids a (mostly harmless)
use-after-free. Delay suggested by claudio@, ok florian@


Revision tags: OPENBSD_6_0_BASE
# 1.10 18-Jul-2016 benno

add format attributes to log functions

ok florian@ claudio@


Revision tags: OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE
# 1.9 24-Oct-2007 claudio

Garbage collect unused stuff found by lint.


# 1.8 18-Oct-2007 deraadt

spacing


Revision tags: OPENBSD_4_2_BASE
# 1.7 27-Mar-2007 michele

Remove unused parameter in nbr_new


Revision tags: OPENBSD_4_1_BASE
# 1.6 23-Jan-2007 michele

add timeout for failed nbr structures

OK claudio@ henning@


# 1.5 24-Dec-2006 michele

typo


# 1.4 10-Nov-2006 michele

clear lists before deleting neighbor

OK claudio@ henning@


# 1.3 01-Nov-2006 claudio

Stop the running timer in case a neighbor is deleted. This fixes a crash
found by Martin Boehme. ok michele@


# 1.2 31-Oct-2006 michele

create a temporary neighbor instead of a permanent one when a request is received


# 1.1 18-Oct-2006 norby

Welcome ripd
started by Michele Marchetto some time ago by using the imsg/three process framework
of ospfd. He implemented most of the daemon with a little help and guidance from
Claudio and I.

Currently the daemon is more or less complete, with the exception of key lifetime
and rollover.

Not yet connected to the builds.
OK claudio@