Small change to make bison happy.
This commit is contained in:
parent
58f9453776
commit
2a863dd6e1
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ospf_area_start: AREA idval '{' {
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
ospf_area: ospf_area_start
|
ospf_area:
|
||||||
| ospf_area_start ospf_area_list
|
| ospf_area_start ospf_area_list
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue