> For the record, since the name changes have been scattered over other mails: > > For the Link ID management API: > dladm_create_linkid() /* get_new_linkid */ > dladm_destroy_linkid() /* delete_linkid */ > dladm_linkid2name() /* id2name */ > dladm_name2linkid() /* name2id */ > dladm_remap_linkid() /* rename */ > dladm_walk_linkid() /* The walker mentioned in my reply to Cathy */ > For the persistent link configuration API: > dladm_create_conf() /* get_new_conf */ > dladm_set_conf_field() /* set_conf_field */ > dladm_get_conf_field() /* get_conf_field */ > dladm_read_conf() /* get_conf */ > dladm_write_conf() /* commit_conf */ > dladm_remove_conf() /* delete_conf */ > dladm_destroy_conf() /* free_conf */ > dladm_walk_conf() /* walk_confs */ > dladm_rename_conf() /* rename wrapper suggested by Cathy */ > > Do those names look correct?
Looks good. Some fine-tuning of the conf names might be needed if it turns out that some functions operate only on the persistent link configuration for a single link and others operate on all persistent link configurations. -- meem
