Skip to content

Commit 504bb7e

Browse files
authored
Merge pull request #68684 from stevsmit/OCPBUGS-23276
updates IP forwarding docs
2 parents 55ac6a0 + cc650d7 commit 504bb7e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/nw-egress-ips-about.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,19 @@ For users who want an egress IP and traffic to be routed over a particular inter
188188

189189
* The Egress IP must be IPv4. IPv6 is currently unsupported.
190190

191-
* IP forwarding must be enabled for the network interface. To enable IP forwarding, you can set `ipForwarding: Global` in your `config.yaml` file, for example:
191+
* IP forwarding must be enabled for the network interface. To enable IP forwarding, you can use the `oc edit network.operator` command and edit the object like the following example:
192192
+
193193
[source,yaml]
194194
----
195195
# ...
196-
ipForwarding: Global
196+
spec:
197+
clusterNetwork:
198+
- cidr: 10.128.0.0/14
199+
hostPrefix: 23
200+
defaultNetwork:
201+
ovnKubernetesConfig:
202+
gatewayConfig:
203+
ipForwarding: Global
197204
# ...
198205
----
199206

0 commit comments

Comments
 (0)