Add support for IPV6 in dns resolvers

This commit is contained in:
Manuel de Brito Fontes 2016-12-22 00:00:27 -03:00
parent 8e90fc0290
commit 99209ad33d
10 changed files with 153 additions and 16 deletions

View file

@ -992,7 +992,7 @@ func (ic *GenericController) getEndpoints(
}
// check for invalid port value
if targetPort <=0 {
if targetPort <= 0 {
continue
}