Cleaned up old code for attempted fix for ticket #600
This commit is contained in:
parent
6fbd15f8b2
commit
2e1bc6e500
2 changed files with 1 additions and 25 deletions
|
@ -1609,6 +1609,7 @@ public:
|
|||
bool haveRoute = false;
|
||||
|
||||
// Ignore routes implied by local managed IPs since adding the IP adds the route
|
||||
// Commented out to fix ticket #600 (disappearing routes on macOS). Remove this block when we're sure there's no side effects
|
||||
/*
|
||||
for(std::vector<InetAddress>::iterator ip(n.managedIps.begin());ip!=n.managedIps.end();++ip) {
|
||||
if ((target->netmaskBits() == ip->netmaskBits())&&(target->containsAddress(*ip))) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue