summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2017-09-25 10:10:17 -0700
committerGrant Limberg <grant.limberg@zerotier.com>2017-09-25 10:10:17 -0700
commit6782dee64a71849975c7a6ac88d160bd6f207e3b (patch)
treec8a177757cf5a4853ad6b675695df9b3bd4b971f /node
parentc666f92e359061c0a4c133ba090832a059298782 (diff)
parent302c15140e90df438988bb648c4c71a5b910fc87 (diff)
downloadinfinitytier-6782dee64a71849975c7a6ac88d160bd6f207e3b.tar.gz
infinitytier-6782dee64a71849975c7a6ac88d160bd6f207e3b.zip
Merge branch 'dev' of http://git.int.zerotier.com/ZeroTier/ZeroTierOne into dev
Diffstat (limited to 'node')
-rw-r--r--node/Node.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Node.cpp b/node/Node.cpp
index 871fb21b..cc076e4d 100644
--- a/node/Node.cpp
+++ b/node/Node.cpp
@@ -563,6 +563,7 @@ uint64_t Node::prng()
ZT_ResultCode Node::setPhysicalPathConfiguration(const struct sockaddr_storage *pathNetwork, const ZT_PhysicalPathConfiguration *pathConfig)
{
+ RR->topology->setPhysicalPathConfiguration(pathNetwork,pathConfig);
return ZT_RESULT_OK;
}