Another clean up.
This commit is contained in:
parent
47f8e0c216
commit
e781124868
1 changed files with 2 additions and 5 deletions
|
@ -53,11 +53,8 @@ ospf_area_start: AREA idval '{' {
|
|||
}
|
||||
;
|
||||
|
||||
ospf_area:
|
||||
| ospf_area_start ospf_area_list
|
||||
;
|
||||
|
||||
ospf_area_list: /*EMPTY*/ | ospf_area_opts '}'
|
||||
ospf_area: /* EMPTY */
|
||||
| ospf_area_start ospf_area_opts '}'
|
||||
;
|
||||
|
||||
ospf_area_opts:
|
||||
|
|
Loading…
Reference in a new issue