Implement OSD address selection from a specified subnet

This commit is contained in:
Vitaliy Filippov
2021-11-23 21:59:26 +03:00
parent 655a2c871d
commit 6e0e172e15
4 changed files with 118 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ struct websocket_t
void parse_http_headers(std::string & res, http_response_t *parsed);
std::vector<std::string> getifaddr_list(bool include_v6 = false);
std::vector<std::string> getifaddr_list(json11::Json mask_cfg = json11::Json(), bool include_v6 = false);
uint64_t stoull_full(const std::string & str, int base = 10);