]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_main.c
ospf6d: assign zebra router-id to ospf6 instance
[mirror_frr.git] / ospf6d / ospf6_main.c
index 88f03d8f646ec1d0d49b0bdc07e8cd3815e1f280..9580d87cf031c365431bf8a43a68923dd422e77d 100644 (file)
@@ -202,6 +202,9 @@ int main(int argc, char *argv[], char *envp[])
                exit(1);
        }
 
+       /* OSPF6 master init. */
+       ospf6_master_init();
+
        /* thread master */
        master = frr_init();