etcd/discovery
Anthony Romano 3dc12e33f1 discovery: reject IP address records in SRVGetCluster
Was incorrectly trimming the trailing '.' from the target; this in turn
caused the etcd server to accept any SRV record with an IP target
instead of only targets with A records.
2016-08-23 18:10:42 -07:00
..
discovery.go discovery: Uniform code style 2016-06-30 22:00:01 +08:00
discovery_test.go discovery: Uniform code style 2016-06-30 22:00:01 +08:00
srv.go discovery: reject IP address records in SRVGetCluster 2016-08-23 18:10:42 -07:00
srv_test.go discovery: reject IP address records in SRVGetCluster 2016-08-23 18:10:42 -07:00