]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_zebra.c
*: LIB_[ERR|WARN] -> EC_LIB
[mirror_frr.git] / ospf6d / ospf6_zebra.c
index 06a84dcb933c478c6bcda75fd63b8d0c50eda16c..ee356d01c4795108d02ed696e861f37d0a4fc5c3 100644 (file)
@@ -363,7 +363,7 @@ static void ospf6_zebra_route_update(int type, struct ospf6_route *request)
                ret = zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api);
 
        if (ret < 0)
-               flog_err(LIB_ERR_ZAPI_SOCKET,
+               flog_err(EC_LIB_ZAPI_SOCKET,
                          "zclient_route_send() %s failed: %s",
                          (type == REM ? "delete" : "add"),
                          safe_strerror(errno));