summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-18 04:35:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-18 04:35:50 +0000
commit72a157854976ca02f5a0607bdd3d76428a0b3c14 (patch)
tree0f67c8ee1682159fb36c8e2786e10af823e482c0 /etc/inc/xmlparse.inc
parent4928848f9ced44c3f1cacec2c8101036fb46a73a (diff)
downloadpfsense-72a157854976ca02f5a0607bdd3d76428a0b3c14.zip
pfsense-72a157854976ca02f5a0607bdd3d76428a0b3c14.tar.gz
MFC 13823
freenas package makes disk and mount arrays
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index a630040..88d8dc5 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -32,9 +32,9 @@
/* The following items will be treated as arrays in config.xml */
function listtags() {
- $ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " .
+ $ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem disk dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
- "hosts group interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
+ "hosts group interface_array item key lbpool menu mobilekey mount onetoone option package passthrumac proxyarpnet " .
"queue pages pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry depends_on_package");
return $ret;
OpenPOWER on IntegriCloud