Those lists are very long and use up a significant chunk of screen real estate.
But the contents are mostly static (usually they just reflect built-in
configuration). Let's just not show them in 'status' output. They can still
be viewed with 'nta' verb.
if (r < 0)
return r;
- r = dump_list(table, "DNSSEC NTA:", link_info.ntas);
- if (r < 0)
- return r;
-
r = table_print(table, NULL);
if (r < 0)
return log_error_errno(r, "Failed to print table: %m");
if (r < 0)
return r;
- strv_sort(global_info.ntas);
- r = dump_list(table, "DNSSEC NTA:", global_info.ntas);
- if (r < 0)
- return r;
-
r = table_print(table, NULL);
if (r < 0)
return log_error_errno(r, "Failed to print table: %m");