summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-27 01:44:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-27 01:44:37 +0000
commit2e5ebf5d6044993c3132cdc8f49d163d981833db (patch)
tree99e9562280dc4266b1070c6d17462e21c8d62993 /etc/inc/xmlparse.inc
parentd2ac25995b1d163324961ae167c745cc0c8060a7 (diff)
downloadpfsense-2e5ebf5d6044993c3132cdc8f49d163d981833db.zip
pfsense-2e5ebf5d6044993c3132cdc8f49d163d981833db.tar.gz
* Add interface_array to config.xml array list
* Clarify comment that this list is a array list
Diffstat (limited to 'etc/inc/xmlparse.inc')
-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