We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ed5e9 commit cc913aeCopy full SHA for cc913ae
net/netns/netns_darwin.go
@@ -54,6 +54,7 @@ func getRouteCache() *expirable.LRU[string, int] {
54
// ClearRouteCache clears the route cache. This should be called by the
55
// network monitor when a link changes occur.
56
func ClearRouteCache() {
57
+ // The route cache is only used in Coder soft isolation mode.
58
if coderSoftIsolation.Load() {
59
getRouteCache().Purge()
60
}
0 commit comments