-
Notifications
You must be signed in to change notification settings - Fork 52
ocicni: add support of specifying static MACs #61
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
Conversation
|
Ouch - I got 404 when opening https://github.com/cri-o/ocicni/blob/master/CONTRIBUTING.md as suggested in the comment above. |
caee601 to
5c9d16f
Compare
Add the parameter MAC to CNI_ARGS. I copied the approach from the plugin tunning and github.com/intel/multus-cni. Signed-off-by: Jakub Filak <[email protected]>
5c9d16f to
42f7586
Compare
|
This is a request from the Podman side, to allow containers to specify custom MAC addresses in the same way they specify custom IPs |
|
/lgtm |
|
@dcbw Think you misspelled the |
|
Worth a try |
|
@rajatchopra @sameo @dcbw @mrunalp could one of you /approve this so we can get it into podman? |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: filak-sap, mccv1r0, mrunalp, rhatdan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Add the parameter MAC to CNI_ARGS.
I copied the approach from the plugin tunning and github.com/intel/multus-cni.