k3s/pkg/proxy/winuserspace
Kubernetes Submit Queue 3d786f27a6
Merge pull request #53778 from Mashimiao/more-ipv6-userspace
Automatic merge from submit-queue (batch tested with PRs 53778, 58378, 58830). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

add more ipv6 support in userspace proxier

Signed-off-by: Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>


**What this PR does / why we need it**:
format `%s:%d/%s"` is not suitable for ipv6 IP, replace with net.JoinHostPort

**Release note**:
```release-note
None
```
2018-01-25 17:09:32 -08:00
..
BUILD Autogenerate BUILD files 2017-12-23 13:12:11 -08:00
loadbalancer.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
proxier.go add more ipv6 support in userspace proxier 2017-11-13 17:00:52 +08:00
proxier_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
proxysocket.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
roundrobin.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
roundrobin_test.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
types.go cleanup proxier 2017-02-27 16:00:49 -08:00
udp_server.go