summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/xmlparse.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 7e86efc..7531a92 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -30,11 +30,11 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-/* Config XML tags that should be treat as a list not as a traditional array */
+/* The following items will be treated as arrays in config.xml */
function listtags() {
$ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
- "hosts item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
+ "hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
"queue route row rule service servernat servers shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry");
return $ret;
@@ -237,4 +237,4 @@ function dump_xml_config_raw($arr, $rootobj) {
return $xmlconfig;
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud