Remove some dead code in the ipvs proxy

This commit is contained in:
Dan Winship
2021-10-04 09:04:35 -04:00
parent e5976909c6
commit 508d574921
4 changed files with 3 additions and 48 deletions

View File

@@ -108,7 +108,7 @@ func newProxyServer(
}
if canUseIPVS {
ipvsInterface = utilipvs.New(execer)
ipvsInterface = utilipvs.New()
}
// We omit creation of pretty much everything if we run in cleanup mode