]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripd/rip_zebra.c
*: Make zapi route install Notifications optional
[mirror_frr.git] / ripd / rip_zebra.c
index e479e2474dee8e65a2bb4ce7f8c65f7d54deaa7b..041635e1533d315ac329b0dffdddd8ba09e6d49c 100644 (file)
@@ -590,7 +590,7 @@ static void rip_zebra_connected(struct zclient *zclient)
 void rip_zclient_init(struct thread_master *master)
 {
        /* Set default value to the zebra client structure. */
-       zclient = zclient_new(master);
+       zclient = zclient_new_notify(master, &zclient_options_default);
        zclient_init(zclient, ZEBRA_ROUTE_RIP, 0, &ripd_privs);
        zclient->zebra_connected = rip_zebra_connected;
        zclient->interface_add = rip_interface_add;