mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Initialize VLAN array in console setup. Fixes #9582
(cherry picked from commit 45f9575396)
This commit is contained in:
parent
82887eb03f
commit
b9e689cf5b
@ -440,7 +440,7 @@ function vlan_setup() {
|
||||
}
|
||||
}
|
||||
|
||||
$config['vlans']['vlan'] = array();
|
||||
init_config_arr(array('vlans', 'vlan'));
|
||||
echo "\n";
|
||||
|
||||
$vlanif = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user