summaryrefslogtreecommitdiffstats
path: root/include/protocols
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-07-22 21:14:48 +0000
committerwollman <wollman@FreeBSD.org>1996-07-22 21:14:48 +0000
commitb38885b4106ac83ac9d14b4d9d6a8567a51abbbe (patch)
tree63885e54415a705d7f23ac9a4cc7085bbe9c8f7a /include/protocols
parent75354c1c4bceb9b173cb12cde493037119cb9e35 (diff)
downloadFreeBSD-src-b38885b4106ac83ac9d14b4d9d6a8567a51abbbe.zip
FreeBSD-src-b38885b4106ac83ac9d14b4d9d6a8567a51abbbe.tar.gz
New routed.h that goes with the new routed.
Diffstat (limited to 'include/protocols')
-rw-r--r--include/protocols/routed.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/include/protocols/routed.h b/include/protocols/routed.h
index 5d8f0cd..2ab50f6 100644
--- a/include/protocols/routed.h
+++ b/include/protocols/routed.h
@@ -38,7 +38,7 @@
#ifdef __cplusplus
extern "C" {
#endif
-#ident "$Revision: 1.7 $"
+#ident "$Revision: 1.8 $"
/*
* Routing Information Protocol
@@ -153,18 +153,6 @@ char *ripcmds[RIPCMD_MAX] = {
#define EXPIRE_TIME 180 /* time to mark entry invalid */
#define GARBAGE_TIME 240 /* time to garbage collect */
-/* It is good to continue advertising bad routes this long so other
- * routers notice. This is fairly cheap, so it can be long. It
- * should be long to combat bogus holddowns implemented by major
- * router vendors.
- */
-#define POISON_TIME 120
-
-/* Do not switch to a new route for this long after a route has gone
- * bad, to ensure that the new route is not a remanent of the old route.
- */
-#define HOLD_TIME (MAX_WAITTIME*2)
-
#ifdef __cplusplus
}
#endif
OpenPOWER on IntegriCloud