mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
* Add interface_array to config.xml array list
* Clarify comment that this list is a array list
This commit is contained in:
parent
d2ac25995b
commit
2e5ebf5d60
@ -30,11 +30,11 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* Config XML tags that should be treat as a list not as a traditional array */
|
||||
/* The following items will be treated as arrays in config.xml */
|
||||
function listtags() {
|
||||
$ret = explode(" ", "alias allowedip cacert config columnitem dnsserver domainoverrides " .
|
||||
"earlyshellcmd encryption-algorithm-option field fieldname hash-algorithm-option " .
|
||||
"hosts item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
|
||||
"hosts interface_array item key lbpool menu mobilekey onetoone option package passthrumac proxyarpnet " .
|
||||
"queue route row rule service servernat servers shellcmd staticmap subqueue " .
|
||||
"tunnel user vip virtual_server vlan winsserver wolentry");
|
||||
return $ret;
|
||||
@ -237,4 +237,4 @@ function dump_xml_config_raw($arr, $rootobj) {
|
||||
return $xmlconfig;
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
Loading…
Reference in New Issue
Block a user