# File lib/mu/command/cmd_netconfig.rb, line 59
  def cmd_restore argv
    setup argv
    filepath = @hash['filepath']
    clear_existing = to_boolean(@hash['boolean'])
    response = @api.restore(filepath, clear_existing)
    msg response
    return response
  end