weaveworks / mesh

A tool for building distributed applications.
Apache License 2.0
880 stars 107 forks source link

Fix check for activeOnly targets to include port number #57

Closed bboreham closed 7 years ago

bboreham commented 8 years ago

The entries in the directPeers list can either be like "1.2.3.4" or "1.2.3.4:9999", and in the former case we would not find it in the targets map.