mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Continue interface improvements
This commit is contained in:
parent
cbe3ea9640
commit
7d4515cab0
@ -172,10 +172,7 @@ if ($_POST) {
|
||||
$config['interfaces']['wan']['gateway'] = $config['system']['gateway'];
|
||||
unset($config['shaper']);
|
||||
/* optional if list */
|
||||
$ifdescrs = get_configured_interface_list(true);
|
||||
/* build an interface collection */
|
||||
for ($j = 1; isset ($config['interfaces']['opt' . $j]); $j++)
|
||||
$ifdescrs['opt' . $j] = "opt" . $j;
|
||||
$ifdescrs = get_configured_interface_list(true, true);
|
||||
/* remove special characters from interface descriptions */
|
||||
if(is_array($ifdescrs))
|
||||
foreach($ifdescrs as $iface)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user