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
// Linux CNS middleware sets the infra routes(infravnet/pod/service cidrs) to infraNIC interface for the podIPInfo used in SWIFT V2 Linux scenario
35
+
// Linux CNS middleware sets the infra routes(pod, infravnet and service cidrs) to infraNIC interface for the podIPInfo used in SWIFT V2 Linux scenario
36
36
infraRoutes, err:=k.getInfraRoutes(podIPInfo)
37
37
iferr!=nil {
38
38
returnerrors.Wrap(err, "failed to get infra routes for infraNIC interface")
// IPConfigsRequestHandlerWrapper is the middleware function for handling SWIFT v2 IP configs requests for AKS-SWIFT. This function wrapped the default SWIFT request
// // Linux CNS middleware sets the infra routes(infravnet and service cidrs) to infraNIC interface for the podIPInfo used in SWIFT V2 Windows scenario
39
+
// Windows 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