diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-30 19:39:48 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-30 19:39:48 +0200 |
commit | b552ecc4d7ddb1b960aa26b96ebea95a3af72043 (patch) | |
tree | 48d3c298290975dd6f41d9c41ef0acb1a90eef97 /proto/bgp/config.Y | |
parent | ce0603a6eda81b97d6db021c91b86cb4c920eb04 (diff) | |
download | bird-b552ecc4d7ddb1b960aa26b96ebea95a3af72043.tar bird-b552ecc4d7ddb1b960aa26b96ebea95a3af72043.zip |
Connection state machine works.
Diffstat (limited to 'proto/bgp/config.Y')
-rw-r--r-- | proto/bgp/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/config.Y b/proto/bgp/config.Y index 42f9136..0633e1c 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -26,7 +26,7 @@ bgp_proto_start: proto_start BGP { this_proto->preference = DEF_PREF_BGP; BGP_CFG->hold_time = 240; BGP_CFG->connect_retry_time = 120; - BGP_CFG->initial_hold_time = 300; + BGP_CFG->initial_hold_time = 240; } ; |