We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b7789 commit 97a3acdCopy full SHA for 97a3acd
cns/middlewares/k8sSwiftV2_windows.go
@@ -47,8 +47,8 @@ func (k *K8sSWIFTv2Middleware) assignSubnetPrefixLengthFields(podIPInfo *cns.Pod
47
GatewayIPAddress: interfaceInfo.GatewayIP,
48
}
49
// assign the default route with gateway IP
50
- route := cns.Route {
51
- IPAddress: "0.0.0.0/0",
+ route := cns.Route{
+ IPAddress: "0.0.0.0/0",
52
53
54
podIPInfo.Routes = append(podIPInfo.Routes, route)
0 commit comments