-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
Feature request description
Currently the documentation for network units lists the supported network modes (documented as "drivers") as bridge, macvlan, and ipvlan. The network mode documentation does not list macvlan or ipvlan, so presumably those are no longer options.
Without pasta, I do not see a path for systemd activated containers to see the real IP address of a request unless the container supports socket activation.
On a lark I did set up a network unit file with Driver=pasta, which predictably failed with "Error: failed to find driver or plugin "pasta"".
Suggest potential solution
Make network units support the same network modes as the podman CLI.
Have you considered any alternatives?
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.