From fa9667d2b90c030aeffd896f5dd680c7f5ae677b Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 8 Sep 2014 22:28:08 +0200 Subject: Fixes #3823 Properly parse auth tags as variables --- etc/inc/ipsec.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.1