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
Prevent Podman 5's Pasta port handler from configuring a network stack
that causes Loki startup errors. The previous rootlesskit port handler
always set up a tap0 interface with a private IP address, which appears
to be required for Loki 3.4 to start correctly. Pasta, instead, assigns
the same IP and name as the main host interface, leading to
unpredictable results.
As Debian 12 with Podman 4 has no Pasta implementation, this fix avoids
using Pasta completely.
Refs NethServer/dev#7426
0 commit comments