You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnerrors.Wrap(ifDetectedErr, "failed to confirm veth moved in namespace")
200
200
})
201
201
}, numRetries, sleepInMs)
202
202
iferr!=nil {
@@ -295,7 +295,7 @@ func (client *TransparentVlanEndpointClient) PopulateVM(epInfo *EndpointInfo) er
295
295
}
296
296
// vlan veth was created successfully, so move the vlan veth you created
297
297
logger.Info("Move vlan link to vnet NS", zap.String("vlanIfName", client.vlanIfName), zap.Any("vnetNSFileDescriptor", uintptr(client.vnetNSFileDescriptor)))
0 commit comments