summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlparse.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 23:20:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 23:20:42 +0000
commitb37aa8caa943f9f8e8a5b6328dc00f8a0f406e4d (patch)
tree381ddb80945e58db19ac102f863ec1a22e93f3ba /etc/inc/xmlparse.inc
parentdb3996df1538315fab6f625e5f1dea8493696f7b (diff)
downloadpfsense-b37aa8caa943f9f8e8a5b6328dc00f8a0f406e4d.zip
pfsense-b37aa8caa943f9f8e8a5b6328dc00f8a0f406e4d.tar.gz
Add back pipe array item. We will need this when users upgrade from m0n0wall to avoid getting a PIPE is not a array error
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 bc6d148..631cb9f 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -35,7 +35,7 @@ function listtags() {
$ret = explode(" ", "alias 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 " .
- "queue route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
+ "queue pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .
"tunnel user vip virtual_server vlan winsserver wolentry");
return $ret;
}
OpenPOWER on IntegriCloud