mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-12 19:27:26 +00:00
* multus: entrypoint: disallow incompatible cni versions When top level CNI version is 0.4.0 or more, nested CNI version can't be less than 0.4.0 since these are incompatible. This closes issue #737. Signed-off-by: Balazs Nemeth <bnemeth@redhat.com> * multus: thick: disallow incompatible cni versions Similarly to disallowing incompatible versions in entrypoint.sh, add the same logic in go for the thick plugin. Signed-off-by: Balazs Nemeth <bnemeth@redhat.com> * multus: add unit test for incompatible cni versions Signed-off-by: Balazs Nemeth <bnemeth@redhat.com>