remove unnecessary TODO: Check ipvs version

This commit is contained in:
stewart-yu 2017-11-14 11:00:06 +08:00
parent 2d64ce5e8e
commit f32d5995ab

View File

@ -282,8 +282,6 @@ func tryIPVSProxy(iptver iptables.IPTablesVersioner, kcompat iptables.KernelComp
return proxyModeIPVS return proxyModeIPVS
} }
// TODO: Check ipvs version
// Try to fallback to iptables before falling back to userspace // Try to fallback to iptables before falling back to userspace
glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier") glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier")
return tryIPTablesProxy(iptver, kcompat) return tryIPTablesProxy(iptver, kcompat)