podman vrf support
#18737
Replies: 2 comments 5 replies
-
I am not familiar with vrf, could you describe exactly what you would want podman to do? I tried reading what vrf does and I am not sure why you would want that in the container namespace? |
Beta Was this translation helpful? Give feedback.
5 replies
-
In case someone ever stumbles on this in the future, VRF support was added to netavark in containers/netavark#729. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It would be handy if podman supported namespaces and VRFs "natively" rather than via admin having to do "ip netns" and "ip link add ... type vrf ..." as part of starting something up
I was first looking at systemd, which could arguably be the right place for this, but it does not seem to have much traction, either, at least according to systemd/systemd#20451
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions