From 002ecc063845243613eb1ff40c3aa2a46c7013a1 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Fri, 16 Jul 2004 07:22:43 +0000 Subject: Bugfix - bird needed double ';' after rfc1583compat. --- proto/ospf/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index 4a62549..7a07e6e 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -49,7 +49,7 @@ ospf_proto: ospf_proto_item: proto_item - | RFC1583COMPAT bool ';' { OSPF_CFG->rfc1583 = $2; } + | RFC1583COMPAT bool { OSPF_CFG->rfc1583 = $2; } | TICK expr { OSPF_CFG->tick = $2 ; if($2<=0) cf_error("Tick must be greater than zero"); } | ospf_area '}' ; -- cgit v1.2.3