summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-08 22:28:08 +0200
committerErmal <eri@pfsense.org>2014-09-08 22:28:08 +0200
commitfa9667d2b90c030aeffd896f5dd680c7f5ae677b (patch)
treed9f485a6c9bba18b7a2f0e0b501e2007f8a98dab
parentea0efb36dd85f868531cfe55a87ff49766a2972b (diff)
downloadpfsense-fa9667d2b90c030aeffd896f5dd680c7f5ae677b.zip
pfsense-fa9667d2b90c030aeffd896f5dd680c7f5ae677b.tar.gz
Fixes #3823 Properly parse auth tags as variables
-rw-r--r--etc/inc/ipsec.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index b55187f..a542cab 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -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);
OpenPOWER on IntegriCloud