From 2a863dd6e18a43fe3de5b1f3651e816f6fc27bb1 Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Sun, 4 Jun 2000 16:12:01 +0000 Subject: Small change to make bison happy. --- proto/ospf/config.Y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto') 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 ; -- cgit v1.2.3