From 2e5ebf5d6044993c3132cdc8f49d163d981833db Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 27 Aug 2005 01:44:37 +0000 Subject: [PATCH] * Add interface_array to config.xml array list * Clarify comment that this list is a array list --- etc/inc/xmlparse.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc index 7e86efcbf8..7531a925ca 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