Gyu-Ho Lee 288bccd288 pkg/transport: remove port in Certificate.IPAddresses
etcd passes 'url.URL.Host' to 'SelfCert' which contains
client, peer port. 'net.ParseIP("127.0.0.1:2379")' returns
'nil', and the client on this self-cert will see errors
of '127.0.0.1 because it doesn't contain any IP SANs'

Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-04-05 04:30:26 -07:00
..
2016-05-12 20:48:53 -07:00
2017-02-22 10:44:59 -08:00
2015-11-17 20:54:10 -08:00
2017-03-23 09:53:56 -07:00
2016-05-12 20:48:53 -07:00
2016-09-29 15:29:38 +08:00
2017-02-22 10:45:38 -08:00
2016-09-29 15:29:38 +08:00
2016-05-12 20:48:53 -07:00
2016-09-29 15:29:38 +08:00
2016-05-12 20:48:53 -07:00
2016-08-19 16:18:35 -07:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.