diff options
author | Martin Mares <mj@ucw.cz> | 2000-04-21 00:54:22 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-04-21 00:54:22 +0200 |
commit | 7787ace61ae41060e599ce52e8f0017750d350da (patch) | |
tree | e2a4f75bd202e775addc58849b45e059d1926284 /proto/bgp/config.Y | |
parent | 9bc6ab404190db53c9c9dbc183f6fc6fa3e704fb (diff) | |
download | bird-7787ace61ae41060e599ce52e8f0017750d350da.tar bird-7787ace61ae41060e599ce52e8f0017750d350da.zip |
Synced to draft-ietf-idr-bgp4-09.
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 548f5d0..37f90aa 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -29,7 +29,7 @@ bgp_proto_start: proto_start BGP { BGP_CFG->hold_time = 240; BGP_CFG->connect_retry_time = 120; BGP_CFG->initial_hold_time = 240; - BGP_CFG->default_med = ~0; + BGP_CFG->default_med = ~0; /* RFC 1771 doesn't specify this, draft-09 says ~0 */ BGP_CFG->compare_path_lengths = 1; } ; |