Actions
Bug #4809
closedDashboard - Hardware crypto (aesni) display cut off with Netgate ADI Board
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
Updated by Chris Buechler over 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