Closed sunya-ch closed 1 year ago
This PR fixes mentioned in the issue https://github.com/foundation-model-stack/multi-nic-cni/issues/56.
if route.Gw != nil && cmpRoute.Gw != nil && route.Dst != nil && cmpRoute.Dst != nil { if route.Dst.String() == cmpRoute.Dst.String() && route.Gw.String() == cmpRoute.Gw.String() { return true, nil }
Contains
=
> uname -n ip-10-0-143-42 # nodename = ip-10-0-143-42.ap-northeast-1.compute.internal
Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com
This PR fixes mentioned in the issue https://github.com/foundation-model-stack/multi-nic-cni/issues/56.
Contains
function intead of=
.Signed-off-by: Sunyanan Choochotkaew sunyanan.choochotkaew1@ibm.com