mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix IPsec status widget conn matching to align with recent changes. Fixes #8562
This commit is contained in:
parent
2e6167e71e
commit
0dfce56bce
@ -72,7 +72,7 @@ if ($_REQUEST && $_REQUEST['ajax']) {
|
||||
continue;
|
||||
}
|
||||
|
||||
$ikeid = "con{$ph1ent['ikeid']}";
|
||||
$ikeid = "con{$ph1ent['ikeid']}000";
|
||||
$ikenum[$ph1ent['ikeid']] = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user