mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Bugfix - bird needed double ';' after rfc1583compat.
This commit is contained in:
parent
4e9742bb59
commit
002ecc0638
@ -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 '}'
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user