summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-19 13:31:27 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-19 13:31:27 +0000
commit3fdc661d86ba36f24089457f175d80471a15bbe5 (patch)
treedc91f8b3703efc79ee58cda89415b97005fa4548 /etc/inc/xmlparse.inc
parent3f8e57debf6b346ffd5af83c99c79aa3ebc24563 (diff)
downloadpfsense-3fdc661d86ba36f24089457f175d80471a15bbe5.zip
pfsense-3fdc661d86ba36f24089457f175d80471a15bbe5.tar.gz
Add group to the array field so that importing recent m0n0wall configurations do not go boom.
Diffstat (limited to 'etc/inc/xmlparse.inc')
-rw-r--r--etc/inc/xmlparse.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/xmlparse.inc b/etc/inc/xmlparse.inc
index 81b3d56..a3aded3 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -34,7 +34,7 @@
function listtags() {
$ret = explode(" ", "element alias aliasurl allowedip cacert config columnitem dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
- "hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
+ "hosts group interface_array item key lbpool menu mobilekey 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