Project

General

Profile

Actions

Bug #4809

closed

Dashboard - Hardware crypto (aesni) display cut off with Netgate ADI Board

Added by Guido Glaus almost 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Web Interface
Target version:
Start date:
07/01/2015
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
amd64

Description

If aesni is available and enabled, the Dashboard displays a cut off Hardware crypto line

Hardware crypto <AES-CBC

Fix: change /usr/local/www/index.php
line 218 from:

or preg_match("/^aesni.: (.*?),/", $dmesgl, $matches)) {

to:

or preg_match("/^aesni.: <(.*?)>/", $dmesgl, $matches)) {

This will change the Dashboard Hardware crypto display to

Hardware crypto AES-CBC,AES-XTS,AES-GCM

Actions #1

Updated by Chris Buechler almost 9 years ago

  • Category set to Web Interface
  • Status changed from New to Resolved
  • Assignee set to Chris Buechler
  • Target version set to 2.2.4
  • Affected Version changed from 2.2.x to All

fixed, thanks

Actions

Also available in: Atom PDF