summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-07-06 17:05:19 -0500
committerChris Buechler <cmb@pfsense.org>2015-07-06 17:05:19 -0500
commitf2265d88c706fa2d29cc0b67e5539892240d798a (patch)
tree72ca3b5766e8b7c156c9c6b054c2964ea85eaa43 /usr
parent10c65c480ca159fbf390ff7cba216c6cba5c46fc (diff)
downloadpfsense-f2265d88c706fa2d29cc0b67e5539892240d798a.zip
pfsense-f2265d88c706fa2d29cc0b67e5539892240d798a.tar.gz
Fix dashboard hardware crypto display where AES-NI is enabled. Ticket
Diffstat (limited to 'usr')
-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 4de2852..99a3221 100644
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -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;
}
OpenPOWER on IntegriCloud