-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macvlan needs to be able to do dhcp #152
Comments
DHCP support is complicated because it requires a daemon. I would say we should skip this for now. |
lets keep our eye on this ... else it is a regression from cni |
Well it is not easy to implement and we have a lot of other things to do. The regression argument doesn't count IMO since we still support CNI for those who need it. |
I accidentally attached this issue to wrong PR that's why it got closed. Thanks for re-opening. |
Can I take this one? |
@Jackbaude we will send people running into the hills! |
Was there a DHCP crate that you had in mind? |
Expressing my desire for this feature. Macvlan is ideal for containerized deployments that you want to have access to a DHCP server on your physical network |
I have started a crate for the proxy daemon. |
The e2e tests assume dhcp is available with macvlan.
Error: macvlan driver needs at least one subnet specified, DHCP is not supported with netavark
Example -> https://github.com/containers/podman/blob/main/test/e2e/network_test.go#L529
The text was updated successfully, but these errors were encountered: