summaryrefslogtreecommitdiffstats
path: root/proto/ospf/config.Y
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>1999-04-13 21:27:44 +0200
committerOndrej Filip <feela@network.cz>1999-04-13 21:27:44 +0200
commit55e7732a5a5fe47752eafe6024ba473bd7959e45 (patch)
treebb944e41c1ea3689ec17038e160833a5cb0e1f8e /proto/ospf/config.Y
parentaec76c6e8e5702144522f0061bc102d26e10b97c (diff)
downloadbird-55e7732a5a5fe47752eafe6024ba473bd7959e45.tar
bird-55e7732a5a5fe47752eafe6024ba473bd7959e45.zip
Change in ospf_iface. (My bad understanding of lists manipulation.)
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r--proto/ospf/config.Y2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index 9840def..73dcd76 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -31,7 +31,7 @@ ospf_proto:
| ospf_proto ospf_area ';'
;
-ospf_area: AREA idval ';' {
+ospf_area: AREA idval {
((struct ospf_config *)this_proto)->area = $2;
}
;