ignore indirect edge registrations in tunnelserver mode
authorMichael Tokarev <mjt@corpit.ru>
Thu, 21 May 2009 21:01:35 +0000 (01:01 +0400)
committerGuus Sliepen <guus@tinc-vpn.org>
Thu, 21 May 2009 22:43:48 +0000 (00:43 +0200)
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.


No differences found