Skip to content

Commit 02ad14c

Browse files
committed
f
1 parent abf6e2a commit 02ad14c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e/cluster/cluster.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,12 +672,10 @@ func CreateNetworks(in *Input) {
672672
"ipv4.dhcp.ranges": fmt.Sprintf("%[1]s.2-%[1]s.254", in.network),
673673
"ipv4.nat": "true",
674674
"ipv4.ovn.ranges": fmt.Sprintf("%[1]s.100-%[1]s.253", in.network),
675+
"ipv4.routes": "10.0.0.0/24",
675676
},
676677
},
677678
}
678-
if in.WithProxy {
679-
request.NetworkPut.Config["ipv4.routes"] = "10.0.0.0/24"
680-
}
681679
if err := client.CreateNetwork(request); err != nil {
682680
in.T.Fatalf("Failed to create external network: %v", err)
683681
}

0 commit comments

Comments
 (0)