diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-10-29 20:29:31 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-10-29 20:29:31 +0100 |
commit | e4404cef0be10e639566986a2f8c1906c9f37de1 (patch) | |
tree | 704ccf6d9c6d3da832a4d1e0bc6706a670b0906a /proto/ospf/config.Y | |
parent | 0343d066dab077d1391640c53198199b16bef993 (diff) |
Fixes several bugs related to OSPFv3 vlinks.
Diffstat (limited to 'proto/ospf/config.Y')
-rw-r--r-- | proto/ospf/config.Y | 1 |
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); |