]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
'rr client id' is not expression but ID (like router id).
authorOndrej Filip <feela@trubka.network.cz>
Sat, 20 Feb 2010 20:14:02 +0000 (21:14 +0100)
committerOndrej Filip <feela@trubka.network.cz>
Sat, 20 Feb 2010 20:14:02 +0000 (21:14 +0100)
proto/bgp/config.Y

index 095e1cec682fab20336a56e91c65381d7fdf288c..f882aaa50ea36275fc532f11c599b0c374e79b45 100644 (file)
@@ -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; }