* Add interface_array to config.xml array list

* Clarify comment that this list is a array list
This commit is contained in:
Scott Ullrich 2005-08-27 01:44:37 +00:00
parent d2ac25995b
commit 2e5ebf5d60

View File

@ -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;
}
?>
?>