]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_zebra.c
*: Make zapi route install Notifications optional
[mirror_frr.git] / ripngd / ripng_zebra.c
index 084d58ee53927c3e3d9e2b510f1ed1cd51a6e56c..18a8d14f093e90c398ea8d86855c757a00f84220 100644 (file)
@@ -413,7 +413,7 @@ static void ripng_zebra_connected(struct zclient *zclient)
 void 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_RIPNG, 0, &ripngd_privs);
 
        zclient->zebra_connected = ripng_zebra_connected;