Merge pull request #105450 from danwinship/ipvs-dead-code
Remove some dead code in the ipvs proxy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user