mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-26 18:39:58 +00:00
CmdDel: do not clobber delegate Bytes when cniVersion injection fails. Assign to a temporary and only overwrite on success, so DEL keeps the original config instead of running with nil input, which would risk leaking the IP. Signed-off-by: Chen Tang <tangchen1234567@gmail.com>