You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("failed to initialize localhost-outbound bridge: %w", err)
265
-
}
266
-
m.localOutboundBridge=loBridge
267
-
} else {
268
-
// Surface the Linux-specific limitation once at startup so
269
-
// users do not silently get the pre-fix broken behavior.
270
-
fencelog.Printf(
271
-
"[fence] network.allowLocalOutbound=true on Linux requires network.allowLocalOutboundPorts to list the host loopback ports to bridge (e.g. [5432, 6379]). Without it, sandbox connections to 127.0.0.1 stay isolated inside the sandbox network namespace.\n",
returnfmt.Errorf("failed to initialize localhost-outbound bridge: %w", err)
69
+
}
70
+
m.localOutboundBridge=loBridge
71
+
} else {
72
+
// Surface the Linux-specific limitation once at startup so
73
+
// users do not silently get the pre-fix broken behavior.
74
+
fencelog.Printf(
75
+
"[fence] network.allowLocalOutbound=true on Linux requires network.allowLocalOutboundPorts to list the host loopback ports to bridge (e.g. [5432, 6379]). Without it, sandbox connections to 127.0.0.1 stay isolated inside the sandbox network namespace.\n",
0 commit comments