summaryrefslogtreecommitdiff
path: root/proto/ospf/config.Y
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-10-29 20:29:31 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2012-10-29 20:29:31 +0100
commite4404cef0be10e639566986a2f8c1906c9f37de1 (patch)
tree704ccf6d9c6d3da832a4d1e0bc6706a670b0906a /proto/ospf/config.Y
parent0343d066dab077d1391640c53198199b16bef993 (diff)
Fixes several bugs related to OSPFv3 vlinks.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r--proto/ospf/config.Y1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/config.Y b/proto/ospf/config.Y
index 67b0785f..a617292e 100644
--- a/proto/ospf/config.Y
+++ b/proto/ospf/config.Y
@@ -92,6 +92,7 @@ ospf_proto_finish(void)
if (cf->abr && !backbone)
{
struct ospf_area_config *ac = cfg_allocz(sizeof(struct ospf_area_config));
+ ac->type = OPT_E; /* Backbone is non-stub */
add_head(&cf->area_list, NODE ac);
init_list(&ac->patt_list);
init_list(&ac->net_list);