summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd/ospf.h
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2005-02-01 21:15:41 +0000
committerEsben Norby <norby@cvs.openbsd.org>2005-02-01 21:15:41 +0000
commitfbfc7897c23382d51bf9270c5986ea78fc80b41e (patch)
tree5900d73f7c0e2341b8af4d9e971bb75813b47911 /usr.sbin/ospfd/ospf.h
parente9d4fd79f6d6e5ced20c93dad5cbf733075d4ea6 (diff)
Free neighbors that have been inactive for 24hrs.
OK claudio@
Diffstat (limited to 'usr.sbin/ospfd/ospf.h')
-rw-r--r--usr.sbin/ospfd/ospf.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/ospfd/ospf.h b/usr.sbin/ospfd/ospf.h
index 29be106d629..8b8f4ee77a1 100644
--- a/usr.sbin/ospfd/ospf.h
+++ b/usr.sbin/ospfd/ospf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ospf.h,v 1.2 2005/01/28 17:53:33 norby Exp $ */
+/* $OpenBSD: ospf.h,v 1.3 2005/02/01 21:15:40 norby Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -58,6 +58,8 @@
#define DEFAULT_ADJ_TMOUT 60 /* XXX sane value? */
+#define DEFAULT_NBR_TMOUT 86400 /* 24 hours */
+
/* OSPF compatibility flags */
#define OSPF_OPTION_E 0x02
#define OSPF_OPTION_MC 0x04