Revision da2ec336
Added by Chris Buechler over 11 years ago
etc/inc/interfaces.inc | ||
---|---|---|
891 | 891 |
if(is_ipaddrv6($gre['tunnel-remote-addr'])) |
892 | 892 |
file_put_contents("{$g['tmp_path']}/{$greif}_routerv6", $gre['tunnel-remote-addr']); |
893 | 893 |
|
894 |
interfaces_bring_up($laggif);
|
|
894 |
interfaces_bring_up($greif);
|
|
895 | 895 |
|
896 | 896 |
return $greif; |
897 | 897 |
} |
... | ... | |
1005 | 1005 |
mwexec("/sbin/route change -host -inet6 " . escapeshellarg($gif['remote-addr']) . " {$realifgw}"); |
1006 | 1006 |
} |
1007 | 1007 |
|
1008 |
interfaces_bring_up($laggif);
|
|
1008 |
interfaces_bring_up($gifif);
|
|
1009 | 1009 |
|
1010 | 1010 |
return $gifif; |
1011 | 1011 |
} |
Also available in: Unified diff
bring up appropriate interface for GRE/GIF. Ticket #3281