diff options
author | Ondrej Filip <feela@network.cz> | 2000-06-04 18:17:39 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2000-06-04 18:17:39 +0200 |
commit | e7811248685520ceff362b8bc7f090067ca42114 (patch) | |
tree | f8382d37c3c6724dd8d9d9e1cd62e31a767114c5 /proto/ospf/config.Y | |
parent | 47f8e0c2169bba2dd209f1c7ed89f1d605d36b3e (diff) | |
download | bird-e7811248685520ceff362b8bc7f090067ca42114.tar bird-e7811248685520ceff362b8bc7f090067ca42114.zip |
Another clean up.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y index 5672971..c5d1d9c 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -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: |