mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-05-19 05:56:45 +00:00
This change fixes multus to support CNI plugin which does not create any interface and return empty result. Some CNI plugin may do network configuration change only and does not create any interface and return empty CNI result. Current multus assumes that CNI config always creates some interfaces hence above CNI plugin is out of assumption and multus may not work with such plugins.