get central controller docker builds working again
This commit is contained in:
parent
6393a4beec
commit
4a1d6f4cc8
4 changed files with 4 additions and 3 deletions
|
@ -2253,7 +2253,7 @@ public:
|
|||
// Apple on the other hand seems to need this at least on some versions.
|
||||
#ifndef __APPLE__
|
||||
bool haveRoute = false;
|
||||
for(std::vector<InetAddress>::iterator ip(n.managedIps.begin());ip!=n.managedIps.end();++ip) {
|
||||
for(std::vector<InetAddress>::iterator ip(n.managedIps().begin());ip!=n.managedIps().end();++ip) {
|
||||
if ((target->netmaskBits() == ip->netmaskBits())&&(target->containsAddress(*ip))) {
|
||||
haveRoute = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue