]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_interface.c
ripngd: retrofit the 'router ripng' command to the new northbound model
[mirror_frr.git] / ripngd / ripng_interface.c
index d7d3d245d6afe80bc98b114a2f4d03d8b29eba81..a1d25f29619574383cf75503d3a6d85ac12fcaa3 100644 (file)
@@ -643,7 +643,7 @@ static int ripng_interface_wakeup(struct thread *t)
 
        /* Join to multicast group. */
        if (ripng_multicast_join(ifp) < 0) {
-               flog_err_sys(LIB_ERR_SOCKET,
+               flog_err_sys(EC_LIB_SOCKET,
                             "multicast join failed, interface %s not running",
                             ifp->name);
                return 0;