Skip to content

Commit 5516621

Browse files
authored
Merge pull request #90928 from jeana-redhat/OCPBUGS#53456-olderer
[enterprise-4.15] [OCPBUGS#53456] Fix the oc patch command for the global ip forwarding in metallb docs
2 parents ea71208 + 809de8c commit 5516621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nw-metallb-configure-secondary-interface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ $ oc apply -f enable-ip-forward.yaml
6262
+
6363
[source,terminal]
6464
----
65-
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}
65+
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}' --type=merge
6666
----

0 commit comments

Comments
 (0)