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
}
// TODO: Check ipvs version
// Try to fallback to iptables before falling back to userspace
glog.V(1).Infof("Can't use ipvs proxier, trying iptables proxier")
return tryIPTablesProxy(iptver, kcompat)