diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-21 10:15:49 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2010-02-21 10:15:49 +0100 |
commit | 9e43ccf07b96597ef098955a07383d826938cd2d (patch) | |
tree | 322e86a3915729a21474adc636db5825507d766a /proto | |
parent | e285bd236e9cd42e3f92db3a35b5ec2d307c7a48 (diff) | |
parent | 89534cdae500cc82d9081088be90013e4121542d (diff) | |
download | bird-9e43ccf07b96597ef098955a07383d826938cd2d.tar bird-9e43ccf07b96597ef098955a07383d826938cd2d.zip |
Merge commit 'origin/master' into new
Diffstat (limited to 'proto')
-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 095e1ce..f882aaa 100644 --- a/proto/bgp/config.Y +++ b/proto/bgp/config.Y @@ -59,7 +59,7 @@ bgp_proto: BGP_CFG->remote_ip = $3; BGP_CFG->remote_as = $5; } - | bgp_proto RR CLUSTER ID expr ';' { BGP_CFG->rr_cluster_id = $5; } + | bgp_proto RR CLUSTER ID idval ';' { BGP_CFG->rr_cluster_id = $5; } | bgp_proto RR CLIENT ';' { BGP_CFG->rr_client = 1; } | bgp_proto RS CLIENT ';' { BGP_CFG->rs_client = 1; } | bgp_proto HOLD TIME expr ';' { BGP_CFG->hold_time = $4; } |