mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixes #3823 Properly parse auth tags as variables
This commit is contained in:
parent
ea0efb36dd
commit
fa9667d2b9
@ -485,7 +485,7 @@ function ipsec_smp_dump_status() {
|
||||
@file_put_contents("{$g['tmp_path']}/smp_status.xml", $response);
|
||||
unset($response, $sread);
|
||||
|
||||
$custom_listtags = array('ikesa', 'childsa', 'network');
|
||||
$custom_listtags = array('ikesa', 'childsa', 'network', 'auth');
|
||||
$response = parse_xml_config("{$g['tmp_path']}/smp_status.xml", "message");
|
||||
@unlink("{$g['tmp_path']}/smp_status.xml");
|
||||
unset($custom_listtags);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user