Revision 600f240e
Added by Kristof Provost over 1 year ago
src/usr/local/www/interfaces_qinq_edit.php | ||
---|---|---|
203 | 203 |
$a_qinqs[] = $qinqentry; |
204 | 204 |
} |
205 | 205 |
if ($_POST['autogroup'] == "yes") { |
206 |
if (!is_array($config['ifgroups']['ifgroupentry'])) { |
|
207 |
config_set_path('ifgroups/ifgroupentry', array()); |
|
208 |
} |
|
209 | 206 |
$gid = null; |
210 | 207 |
foreach (config_get_path('ifgroups/ifgroupentry', []) as $idx => $group) { |
211 | 208 |
if ($group['ifname'] == "QinQ") { |
Also available in: Unified diff
qinq: remove incorrect config access