Closed gabidrg closed 4 years ago
Hi @gabidrg. Thanks for your PR.
I'm waiting for a kubevirt member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/cc @pperiyasamy
In case you want to review changes on the IPAM code.
/lgtm
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: gabidrg, phoracek
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/release-note-none
Thanks for the contribution. I created a new patch release for this https://github.com/kubevirt/ovs-cni/releases/tag/v0.16.2
Thank you very much!
Fixing GH-133. IPAM interface configuration is called with
result.Interfaces[0]
being the container interface. When IPAM configuration is finished, theresult.Interfaces
list is reordered and host interface is added at index 0 before the container interface, whileresult.IPs
list of IP configuration information still points to container interface at index 0. This fixes interface index reference in IP configuration list so that chained plugins that are making use of these structures (such as sbr) will function properly.Signed-off-by: Gabriel Dragomir gabidrg@gmail.com