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
At the moment DHCP ipam ignores classless static routes (option 121) and Microsoft classless static routes (option 249) options provided from DHCP server.
The workaround to hardcode the routes through podman network create --route does not work either.
The workaround to create the routes from within the container significantly increases complexity and also introduces security risks (CAP_NET_ADMIN required), and especially increases complexity if you are trying to run container PID 1 not from USER root.
As far as I can tell, netavark uses mozim for DHCP, and AFAICan tell mozim does not support classless static routes either.