]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_zebra.c
ripngd: retrofit the 'router ripng' command to the new northbound model
[mirror_frr.git] / ripngd / ripng_zebra.c
index a8cc9ee128b4977288fb71bf13c597b4455bb9b9..f2b69c85a796ae54d59f841fbf63288d35be0395 100644 (file)
@@ -414,7 +414,7 @@ static void ripng_zebra_connected(struct zclient *zclient)
 void zebra_init(struct thread_master *master)
 {
        /* Allocate zebra structure. */
-       zclient = zclient_new_notify(master, &zclient_options_default);
+       zclient = zclient_new(master, &zclient_options_default);
        zclient_init(zclient, ZEBRA_ROUTE_RIPNG, 0, &ripngd_privs);
 
        zclient->zebra_connected = ripng_zebra_connected;