From: Michael Tokarev Date: Thu, 21 May 2009 21:01:35 +0000 (+0400) Subject: ignore indirect edge registrations in tunnelserver mode X-Git-Tag: release-1.0.10~70 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=7e4d57adf54ce369e4111bde0ccd3ea4b9e853ee;hp=7e4d57adf54ce369e4111bde0ccd3ea4b9e853ee;p=tinc ignore indirect edge registrations in tunnelserver mode In tunnelserver mode we're not interested to hear about our client edges, just like in case of subnets. Just ignore all requests which are not about our node or the client node. The fix is very similar to what was done for subnets. Note that we don't need to add the "unknown" nodes to the list in tunnelserver mode too, so move allocation of new nodes down the line. ---