]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_zebra.c
*: Make zapi route install Notifications optional
[mirror_frr.git] / ospf6d / ospf6_zebra.c
index a900648236429cda8ee101575b2b77d7bae3a1a2..cc87c499ee50af6e502bf382aa7907365adae65e 100644 (file)
@@ -583,7 +583,7 @@ static void ospf6_zebra_connected(struct zclient *zclient)
 void ospf6_zebra_init(struct thread_master *master)
 {
        /* Allocate zebra structure. */
-       zclient = zclient_new(master);
+       zclient = zclient_new_notify(master, &zclient_options_default);
        zclient_init(zclient, ZEBRA_ROUTE_OSPF6, 0, &ospf6d_privs);
        zclient->zebra_connected = ospf6_zebra_connected;
        zclient->router_id_update = ospf6_router_id_update_zebra;