Skip to content

Commit c387e78

Browse files
authored
Merge pull request #90929 from Skalador/fix-OCPBUGS-53460
[OCPBUGS#53460] Fix the oc patch command for the global ip forwarding in cno docs
2 parents ec57779 + 9cd1ec8 commit c387e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-cno-enable-ip-forwarding.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The status should eventually report as `Available`, `Progressing=False`, and `De
6060
+
6161
[source,terminal]
6262
----
63-
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}
63+
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}' --type=merge
6464
----
6565
+
6666
[NOTE]

0 commit comments

Comments
 (0)