in code/include/swoc/IPAddr.h [936:940]
inline IP6Addr::IP6Addr(string_view const &text) { if (!this->load(text)) { this->clear(); } }