mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
0ede1bf7d3
commit
64e3b8a6d9
@ -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 " .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user