mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
interfaces: fix typo #5540
This commit is contained in:
parent
65fd3c88a8
commit
4b0ebb04da
@ -786,7 +786,7 @@ function interface_gif_configure($gif)
|
||||
$realifgw = $gateways->getInterfaceGateway(explode('_vip', $gif['if'])[0], 'inet6');
|
||||
}
|
||||
|
||||
interfaces_bring_up(get_real_interface(explode('_vip', $gif['if'])[0]); /* XXX overreach? */
|
||||
interfaces_bring_up(get_real_interface(explode('_vip', $gif['if'])[0])); /* XXX overreach? */
|
||||
|
||||
/* XXX avoid destroy/create to make routes sticky */
|
||||
legacy_interface_destroy($gif['gifif']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user