mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix dashboard hardware crypto display where AES-NI is enabled. Ticket
This commit is contained in:
parent
10c65c480c
commit
f2265d88c7
@ -223,7 +223,7 @@ if ($fd) {
|
||||
preg_match("/^ubsec.: (.*?),/", $dmesgl, $matches) or
|
||||
preg_match("/^padlock.: <(.*?)>,/", $dmesgl, $matches) or
|
||||
preg_match("/^glxsb.: (.*?),/", $dmesgl, $matches) or
|
||||
preg_match("/^aesni.: (.*?),/", $dmesgl, $matches)) {
|
||||
preg_match("/^aesni.: <(.*?)>/", $dmesgl, $matches)) {
|
||||
$hwcrypto = $matches[1];
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user