if_getdescr
const char *if_getdescr(if_t ifp);
if (if_getdescr(ifp) != NULL)
nlattr_add_string(nw, IFLA_IFALIAS, if_getdescr(ifp));