This commit is contained in:
Ad Schellevis 2019-08-05 16:40:33 +02:00
parent 7abd1c78ca
commit 74ff64787c

View File

@ -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;
}
}
}