summaryrefslogtreecommitdiff
path: root/usr.sbin/ripd/rip.h
diff options
context:
space:
mode:
authorMichele Marchetto <michele@cvs.openbsd.org>2007-01-23 21:10:11 +0000
committerMichele Marchetto <michele@cvs.openbsd.org>2007-01-23 21:10:11 +0000
commitd32d3d661b007876e0d8111712385b825cb978e6 (patch)
tree5f6d1b8c565076d44443fca69c35e4225351586c /usr.sbin/ripd/rip.h
parent66fbffdbdb7a0e663d3f24b9e097784b056370da (diff)
add timeout for failed nbr structures
OK claudio@ henning@
Diffstat (limited to 'usr.sbin/ripd/rip.h')
-rw-r--r--usr.sbin/ripd/rip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ripd/rip.h b/usr.sbin/ripd/rip.h
index a32125ff255..2eea491fa2b 100644
--- a/usr.sbin/ripd/rip.h
+++ b/usr.sbin/ripd/rip.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rip.h,v 1.2 2007/01/15 18:23:43 michele Exp $ */
+/* $OpenBSD: rip.h,v 1.3 2007/01/23 21:10:10 michele Exp $ */
/*
* Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
@@ -36,6 +36,7 @@
/* timers */
#define KEEPALIVE 30
#define OFFSET 10
+#define FAILED_NBR_TIMEOUT 86400
#define MAX_RIP_ENTRIES 25