mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
When QinQ members are changed, make sure interfaces are created/destroyed
This commit is contained in:
parent
1c3ddd9e23
commit
a2bf1347c9
@ -169,9 +169,11 @@ if ($_POST) {
|
||||
}
|
||||
$a_qinqs[$id] = $qinqentry;
|
||||
} else {
|
||||
interface_qinq_configure($qinqentry);
|
||||
$a_qinqs[] = $qinqentry;
|
||||
}
|
||||
|
||||
interface_qinq_configure($qinqentry);
|
||||
|
||||
if ($_POST['autogroup'] == "yes") {
|
||||
if (!is_array($config['ifgroups']['ifgroupentry']))
|
||||
$config['ifgroups']['ifgroupentry'] = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user