mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
system: last tweak for previous
This commit is contained in:
parent
397d78df9e
commit
08c830f936
@ -568,7 +568,7 @@ function system_routing_configure($verbose = false, $interface = '')
|
||||
|
||||
if ((empty($interface) || $interface == $interfacegwv6) && is_ipaddrv6($gatewayipv6)) {
|
||||
log_error("ROUTING: setting IPv6 default route to {$gatewayipv6}");
|
||||
system_default_route($gatewayipv6, 'inet6', $interfacegwv6, false);
|
||||
system_default_route($gatewayipv6, 'inet6', $interfacegwv6);
|
||||
} else {
|
||||
log_error("ROUTING: skipping IPv6 default route");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user