ipam, network: implement IPAM management#862
ipam, network: implement IPAM management#862flouthoc wants to merge 1 commit intocontainers:mainfrom
IPAM management#862Conversation
This PR intends to add IPAM Management code to netavark. Currently PR is in progress. [NO NEW TESTS NEEDED] Signed-off-by: Aditya R <arajan@redhat.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc 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 |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This PR has top level functions to create IPAM schema and make necessary queries needed for porting code from https://github.com/containers/common/blob/main/libnetwork/netavark/ipam.go to netavark. Pending in this PR and still needs to be done.
Note: Netavark is already getting all the needed bits from podman in its config so till now I suspect no new config changes are needed for netavark end. PS: Not working on this now but if possible I'd love to pick this up again in future and do it as per my convenience/bandwidth if this is not on high priority 😃 |
This PR intends to add IPAM Management code to netavark. Currently PR is in progress.
[NO NEW TESTS NEEDED]