Skip to content

Commit ad93644

Browse files
committed
OCPBUGS-56989: Swapped out v4InternalSubnet for internalJoinSubnet
1 parent 6dcfb7f commit ad93644

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ $ oc patch Network.operator.openshift.io cluster --type=merge \
190190
"ovnKubernetesConfig": {
191191
"mtu": <mtu>,
192192
"genevePort": <port>,
193-
"v4InternalSubnet": "<ipv4_subnet>",
193+
"ipv4":
194+
"InternalJoinSubnet": "<ipv4_subnet>",
194195
"gatewayConfig": {
195196
"ipForwarding": "<ip_forwarding>",
196197
"routingViaHost": <gateway_mode>

0 commit comments

Comments
 (0)