mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-17 06:38:25 +00:00
Fix API problem with path configuration..
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user