Revision c6692555
Added by Ermal Luçi about 17 years ago
etc/inc/config.inc | ||
---|---|---|
1666 | 1666 |
$pconfig['value'] = "0"; |
1667 | 1667 |
$config['sysctl']['item'][] = $pconfig; |
1668 | 1668 |
|
1669 |
unset($config['bridge']); |
|
1670 |
|
|
1671 |
foreach ($config['interfaces'] as &$intf) { |
|
1672 |
if (isset($intf['bridge'])) |
|
1673 |
unset($intf['bridge']); |
|
1674 |
} |
|
1669 | 1675 |
} |
1670 | 1676 |
|
1671 | 1677 |
$now = date("H:i:s"); |
Also available in: Unified diff
Remove old way bridge knobs too on the config. Anything has to be done through the new bridging code.