Skip to content
  • Thomas Haller's avatar
    cli: rework printing of general active-connection properties · 68fa68b3
    Thomas Haller authored
    use nmc_print() for the job.
    
    Also, localize non-terse output.
    
    Also, fix bug with
    
      $ nmcli c s /org/freedesktop/NetworkManager/ActiveConnection/1
    
    if active connection #1 is invisible to the user.
    
    Also, previously, fill_output_active_connection() wrongly tries to
    write to a field that doesn't exist:
    
      set_val_strc (arr, 13-idx_start, s_con ? nm_setting_connection_get_slave_type (s_con) : NULL);
    68fa68b3