k8snetworkplumbingwg / sriov-cni

DPDK & SR-IOV CNI plugin
Apache License 2.0
307 stars 146 forks source link

Always add MAC address to response #167

Closed amorenoz closed 3 years ago

amorenoz commented 3 years ago

The current implementation only adds the MAC address to the response if the "ipam" field is non-empty. Given than ipam is an optional field, this is not ideal.

Always add the MAC address to the response Signed-off-by: Adrian Moreno amorenoz@redhat.com

adrianchiris commented 3 years ago

LGTM, Thanks @amorenoz !