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
// set routes(infravnet and service cidrs) for infraNIC interface
39
+
// // Linux CNS middleware sets the infra routes(infravnet and service cidrs) to infraNIC interface for the podIPInfo used in SWIFT V2 Windows scenario
40
40
infraRoutes, err:=k.getInfraRoutes(podIPInfo)
41
41
iferr!=nil {
42
42
returnerrors.Wrap(err, "failed to set routes for infraNIC interface")
0 commit comments