]> git.proxmox.com Git - mirror_frr.git/blobdiff - nhrpd/nhrp_route.c
sharpd: Allow sharpd to accept nexthop group as part of route install
[mirror_frr.git] / nhrpd / nhrp_route.c
index 044529a5cab4c53a74a62172cd5f46d363aa5f51..dae00bbcea00d3e0005becebd9c54dfbfa5afef4 100644 (file)
@@ -7,6 +7,10 @@
  * (at your option) any later version.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "nhrpd.h"
 #include "table.h"
 #include "memory.h"
@@ -340,7 +344,7 @@ void nhrp_zebra_init(void)
        zebra_rib[AFI_IP] = route_table_init();
        zebra_rib[AFI_IP6] = route_table_init();
 
-       zclient = zclient_new_notify(master, &zclient_options_default);
+       zclient = zclient_new(master, &zclient_options_default);
        zclient->zebra_connected = nhrp_zebra_connected;
        zclient->interface_add = nhrp_interface_add;
        zclient->interface_delete = nhrp_interface_delete;