]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_interface.c
Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisation
[mirror_frr.git] / ospf6d / ospf6_interface.c
index 468a4b8e81d27f351b9b1d0840eebfc578271e45..ec672d8f3f8395600d30f1dc8f318aa82c64f9f9 100644 (file)
@@ -435,7 +435,7 @@ void ospf6_interface_connected_route_update(struct interface *ifp)
                        }
                }
 
-               route = ospf6_route_create();
+               route = ospf6_route_create(oi->area->ospf6);
                memcpy(&route->prefix, c->address, sizeof(struct prefix));
                apply_mask(&route->prefix);
                route->type = OSPF6_DEST_TYPE_NETWORK;