Revision 6991dcb1
Added by Ermal LUÇI almost 15 years ago
etc/inc/interfaces.inc | ||
---|---|---|
2422 | 2422 |
if(does_interface_exist($wancfg['if'])) |
2423 | 2423 |
interfaces_bring_up($wancfg['if']); |
2424 | 2424 |
|
2425 |
if (!$g['booting']) |
|
2426 |
interface_reload_carps($realif); |
|
2427 |
|
|
2428 | 2425 |
if (!$g['booting']) { |
2426 |
interface_reload_carps($realif); |
|
2427 |
|
|
2429 | 2428 |
unset($gre); |
2430 | 2429 |
$gre = link_interface_to_gre($interface); |
2431 | 2430 |
if (!empty($gre)) |
Also available in: Unified diff
Reshufling for better reading of code.