summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2015-10-21 06:42:51 -0700
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-12-08 14:10:58 -0500
commit8e644534b4d20dde07306700be0503d09d30a16e (patch)
treead52e0dd0c99f32f6d04f32eaee017794f1b711d
parentc37b9bccdcc1266f52e50fa3e5a8dc81086c3fe7 (diff)
downloadquagga-8e644534b4d20dde07306700be0503d09d30a16e.tar.bz2
quagga-8e644534b4d20dde07306700be0503d09d30a16e.tar.xz
bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
-rw-r--r--bgpd/bgpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bgpd/bgpd.h b/bgpd/bgpd.h
index 1db2eb76..105912e9 100644
--- a/bgpd/bgpd.h
+++ b/bgpd/bgpd.h
@@ -742,7 +742,6 @@ struct bgp_nlri
/* BGP timers default value. */
#define BGP_INIT_START_TIMER 5
-#define BGP_ERROR_START_TIMER 30
#define BGP_DEFAULT_HOLDTIME 180
#define BGP_DEFAULT_KEEPALIVE 60
#define BGP_DEFAULT_EBGP_ROUTEADV 30