diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-04 18:12:01 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-04 18:12:01 +0200 |
commit | 2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1 (patch) | |
tree | 5701799083de61f6a00dfc9320604ca27ebeae94 /proto/ospf/config.Y | |
parent | 58f9453776dff92b4ee4c81f6ca3601b6ee9f041 (diff) | |
download | bird-2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1.tar bird-2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1.zip |
Small change to make bison happy.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index dacb2b2..5672971 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -53,7 +53,7 @@ ospf_area_start: AREA idval '{' { } ; -ospf_area: ospf_area_start +ospf_area: | ospf_area_start ospf_area_list ; |