diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-01-11 09:09:24 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-01-11 09:09:24 -0800 |
commit | ab19e19f00dcefc530d061cbeb6b149eae329362 (patch) | |
tree | 7adac573277e1ee492dfe944c20769c9a76f777e /include/ZeroTierOne.h | |
parent | 1023ef23b7bf6a65fb563f7ba33ed7a20b139e5e (diff) | |
download | infinitytier-ab19e19f00dcefc530d061cbeb6b149eae329362.tar.gz infinitytier-ab19e19f00dcefc530d061cbeb6b149eae329362.zip |
Fix a bug that we visually found in Windows code -- it was not advertising uPnP addresses?!?
Diffstat (limited to 'include/ZeroTierOne.h')
-rw-r--r-- | include/ZeroTierOne.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 377af63f..18776ad8 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -1334,8 +1334,10 @@ void ZT_Node_freeQueryResult(ZT_Node *node,void *qr); /** * Add a local interface address * - * Take care that these are never ZeroTier interface addresses, otherwise - * strange things might happen or they simply won't work. + * It is the responsibility of the caller to take care that these are never + * ZeroTier interface addresses, whether these are assigned by ZeroTier or + * are otherwise assigned to an interface managed by this ZeroTier instance. + * This can cause recursion or other undesirable behavior. * * Addresses can also be added here if they are the result of a UPnP or * NAT-PMP port mapping or other discovery or mapping means. |