Add aliasurl to array list. This will prevent developers working on head from preventing their firewall from booting when testing RELENG_1

This commit is contained in:
Scott Ullrich 2005-12-18 02:58:19 +00:00
parent 0ede1bf7d3
commit 64e3b8a6d9

View File

@ -32,7 +32,7 @@
/* The following items will be treated as arrays in config.xml */
function listtags() {
$ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " .
$ret = explode(" ", "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 " .
"queue pipe route row rule service servernat servers earlyshellcmd shellcmd staticmap subqueue " .