Revision c79439f1
Added by Ermal LUÇI almost 15 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2482 | 2482 |
if (!empty($gif)) |
2483 | 2483 |
interface_gif_configure($gif); |
2484 | 2484 |
|
2485 |
if ($linkupevent == true) {
|
|
2485 |
if ($linkupevent == false) {
|
|
2486 | 2486 |
unset($bridgetmp); |
2487 | 2487 |
$bridgetmp = link_interface_to_bridge($interface); |
2488 | 2488 |
if (!empty($bridgetmp)) |
Also available in: Unified diff
Actually it should test the other way.