diff options
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 9c48a9b8..75c132da 100644 --- a/proto/ospf/config.Y +++ b/proto/ospf/config.Y @@ -219,7 +219,7 @@ ospf_stubnet_item: ospf_vlink: ospf_vlink_start '{' ospf_vlink_opts '}' { ospf_iface_finish(); } - | ospf_vlink_start + | ospf_vlink_start { ospf_iface_finish(); } ; ospf_vlink_opts: |