]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Small change to make bison happy.
authorOndrej Filip <feela@network.cz>
Sun, 4 Jun 2000 16:12:01 +0000 (16:12 +0000)
committerOndrej Filip <feela@network.cz>
Sun, 4 Jun 2000 16:12:01 +0000 (16:12 +0000)
proto/ospf/config.Y

index dacb2b28da519b01cc56ef58f1734090ab64a53d..567297155cb43c36d31a0072bfc51a470299d722 100644 (file)
@@ -53,7 +53,7 @@ ospf_area_start: AREA idval '{' {
  }
 ;
 
-ospf_area: ospf_area_start
+ospf_area:
  | ospf_area_start ospf_area_list
 ;