else
e1 = TAILQ_LAST(clist, sysctl_ctx_list);
while (e1 != NULL) {
if (e1->entry->oid_number >= CTL_AUTO_START)
e1->entry->oid_number = OID_AUTO;
sysctl_register_oid(e1->entry);
e1 = TAILQ_PREV(e1, sysctl_ctx_list, link);
}