From 302c15140e90df438988bb648c4c71a5b910fc87 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 25 Sep 2017 08:53:47 -0700 Subject: Fix API problem with path configuration.. --- node/Node.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'node') 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; } -- cgit v1.2.3