SNMP: Fixed leafref index issue and table min-column issue for mult index

This commit is contained in:
Olof hagsand 2022-06-17 12:18:58 +02:00
parent ab6d9f565b
commit a61567a916
5 changed files with 11 additions and 8 deletions

View file

@ -312,7 +312,7 @@ mibyang_table_register(clicon_handle h,
goto done;
}
}
table_info->min_column = cvec_len(cvk);
table_info->min_column = 1;
/* Count columns */
yleaf = NULL;