Skip to content

Commit

Permalink
Update pkg/ipam/ipam.go
Browse files Browse the repository at this point in the history
Co-authored-by: 张祖建 <[email protected]>
  • Loading branch information
bobz965 and zhangzujian authored Jul 24, 2024
1 parent 33fe483 commit 83af676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ipam/ipam.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func checkAndAppendIpsForDual(ips []IP, mac, podName, nicName string, subnet *Su
klog.Error(err)
return nil, err
}
return newIps, err
return newIps, nil
}

func (ipam *IPAM) ReleaseAddressByPod(podName, subnetName string) {
Expand Down

0 comments on commit 83af676

Please sign in to comment.