summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-09-25 08:53:47 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-09-25 08:53:55 -0700
commit302c15140e90df438988bb648c4c71a5b910fc87 (patch)
tree97c9dd702647d75a0d13d5b22b7307b23afc3878 /node
parent52916eebcfae2559966d12d4be4b5376289a982d (diff)
downloadinfinitytier-302c15140e90df438988bb648c4c71a5b910fc87.tar.gz
infinitytier-302c15140e90df438988bb648c4c71a5b910fc87.zip
Fix API problem with path configuration..
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;
}