summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-06 18:44:50 +0000
committerBill Marquette <billm@pfsense.org>2005-08-06 18:44:50 +0000
commit6bddd0e4ca79cd382742ba19a0987227544e3c31 (patch)
treef651b29c8ae6889de5e168153f3e3ee8e2361e62
parentf94831855590ab0c4e143f5d99e241b6537326d0 (diff)
downloadpfsense-6bddd0e4ca79cd382742ba19a0987227544e3c31.zip
pfsense-6bddd0e4ca79cd382742ba19a0987227544e3c31.tar.gz
Add load balancer tags
-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 416a8ef..eda191e 100644
--- a/etc/inc/xmlparse.inc
+++ b/etc/inc/xmlparse.inc
@@ -34,8 +34,8 @@
function listtags() {
$ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " .
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
- "hosts item key menu mobilekey onetoone option package passthrumac proxyarpnet ".
- "queue route row rule service servernat shellcmd staticmap subqueue" .
+ "hosts item key menu mobilekey onetoone option package passthrumac pool proxyarpnet ".
+ "queue route row rule service servernat servers shellcmd staticmap subqueue" .
"tunnel user vip vlan winsserver wolentry");
return $ret;
}
OpenPOWER on IntegriCloud