* Added defaults parameter to clicon_rpc_get_pageable_list()

* Test: Replaced bash coverage script with binary
This commit is contained in:
Olof hagsand 2022-09-28 15:16:02 +02:00
parent e3f3d772c7
commit bae92488e9
6 changed files with 30 additions and 6 deletions

View file

@ -1187,7 +1187,8 @@ cli_pagination(clicon_handle h,
for (i = 0;; i++){
if (clicon_rpc_get_pageable_list(h, "running", xpath, nsc,
CONTENT_ALL,
-1, /* depth */
-1, /* depth */
NULL, /* with-default */
limit*i, /* offset */
limit, /* limit */
NULL, NULL, NULL, /* nyi */