Revision 91a38e1f
Added by Ermal LUÇI almost 15 years ago
etc/inc/interfaces.inc | ||
---|---|---|
779 | 779 |
interface_configure($interface, true); |
780 | 780 |
} |
781 | 781 |
|
782 |
function interface_vip_bring_down(&$vip) {
|
|
782 |
function interface_vip_bring_down($vip) { |
|
783 | 783 |
global $g; |
784 | 784 |
|
785 | 785 |
switch ($vip['mode']) { |
... | ... | |
3286 | 3286 |
unlink_if_exists($cron_file); |
3287 | 3287 |
} |
3288 | 3288 |
|
3289 |
?> |
|
3289 |
?> |
Also available in: Unified diff
Do not require a refernce passed because seems php likes to screw with it internally. This should have be the second belt at Ticket #819.