mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 05:01:46 +00:00
Adding service.go changes after merge
This commit is contained in:
@@ -184,8 +184,8 @@ func (sct *ServiceChangeTracker) newBaseServiceInfo(port *v1.ServicePort, servic
|
||||
}
|
||||
|
||||
if len(ips) > 0 {
|
||||
isCIDR := false
|
||||
ipFamilyIPMap := utilproxy.MapIPsToIPFamily(ips, isCIDR)
|
||||
isCIDR = false
|
||||
ipFamilyIPMap = utilproxy.MapIPsToIPFamily(ips, isCIDR)
|
||||
|
||||
for ipFam, ipList := range ipFamilyIPMap {
|
||||
if ipFam != sct.ipFamily && len(ipList) > 0 {
|
||||
|
Reference in New Issue
Block a user