mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
Gateways, missed a spot for https://github.com/opnsense/core/issues/3625
This commit is contained in:
parent
7abd1c78ca
commit
74ff64787c
@ -253,6 +253,9 @@ class Gateways
|
||||
// gateway should only contain a valid address, make sure its empty
|
||||
unset($thisconf['gateway']);
|
||||
$this->cached_gateways[$gwkey] = $thisconf;
|
||||
} elseif (empty($thisconf['virtual'])) {
|
||||
// skipped dynamic gateway from config, add to $dynamic_gw to handle defunct
|
||||
$dynamic_gw[$ifname][] = $thisconf;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user