summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-06 17:03:45 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-06 17:03:45 -0500
commitc9e7807a8622dd2735c241c3a0d627940651d909 (patch)
treef10140e5357590f4f467fe4252d57b407760606f /usr/local/www/index.php
parentee3b5c1572ed74503f6e4dfe156f6913d983aa62 (diff)
downloadpfsense-c9e7807a8622dd2735c241c3a0d627940651d909.zip
pfsense-c9e7807a8622dd2735c241c3a0d627940651d909.tar.gz
Fix dashboard hardware crypto display where AES-NI is enabled. Ticket
Diffstat (limited to 'usr/local/www/index.php')
-rw-r--r--usr/local/www/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 33939db..e162876 100644
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -215,7 +215,7 @@ EOF;
or preg_match("/^ubsec.: (.*?),/", $dmesgl, $matches)
or preg_match("/^padlock.: <(.*?)>,/", $dmesgl, $matches)
or preg_match("/^glxsb.: (.*?),/", $dmesgl, $matches)
- or preg_match("/^aesni.: (.*?),/", $dmesgl, $matches)) {
+ or preg_match("/^aesni.: <(.*?)>/", $dmesgl, $matches)) {
$hwcrypto = $matches[1];
break;
}
OpenPOWER on IntegriCloud