Skip to content

Commit cadde6f

Browse files
authored
Merge pull request #90914 from Skalador/fix-OCPBUGS-53456
[OCPBUGS#53456] Fix the oc patch command for the global ip forwarding in metallb docs
2 parents 95931d4 + b5bff53 commit cadde6f

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
@@ -128,5 +128,5 @@ The output indicates that IPv4 and IPv6 packet forwarding is enabled on the `bri
128128

129129
[source,terminal]
130130
----
131-
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}
131+
$ oc patch network.operator cluster -p '{"spec":{"defaultNetwork":{"ovnKubernetesConfig":{"gatewayConfig":{"ipForwarding": "Global"}}}}}' --type=merge
132132
----

0 commit comments

Comments
 (0)