diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 13:01:12 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 13:01:12 +0100 |
commit | fd087589f80a435a42cedb87b917c71363b11860 (patch) | |
tree | 5c48c7e1a72fef945554c0e2fb09fa6a36e8e53f /proto/ospf/config.Y | |
parent | 0f808c066f3b5b190de951db042a34a1eb957a16 (diff) |
Fixes broken vlinks in OSPF.
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: |