diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-09-25 08:53:47 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-09-25 08:53:55 -0700 |
| commit | 302c15140e90df438988bb648c4c71a5b910fc87 (patch) | |
| tree | 97c9dd702647d75a0d13d5b22b7307b23afc3878 /node | |
| parent | 52916eebcfae2559966d12d4be4b5376289a982d (diff) | |
| download | infinitytier-302c15140e90df438988bb648c4c71a5b910fc87.tar.gz infinitytier-302c15140e90df438988bb648c4c71a5b910fc87.zip | |
Fix API problem with path configuration..
Diffstat (limited to 'node')
| -rw-r--r-- | node/Node.cpp | 1 |
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; } |
