- ND_PRINT(" cluster IP: %s,", ipaddr_string(ndo, hb->virtual_ip));
- ND_PRINT(" host IP: %s", ipaddr_string(ndo, hb->host_ip));
+ ND_PRINT(" cluster IP: %s,", GET_IPADDR_STRING(hb->virtual_ip));
+ ND_PRINT(" host IP: %s", GET_IPADDR_STRING(hb->host_ip));