Skip to content

Commit 6189118

Browse files
authored
Merge pull request #66668 from stevsmit/OCPBUGS-22211
Adds ipFowarding to ONVK docs
2 parents fa006f0 + a0936f4 commit 6189118

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nw-operator-cr.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,10 @@ The default value is `false`.
346346
This field has an interaction with the Open vSwitch hardware offloading feature.
347347
If you set this field to `true`, you do not receive the performance benefits of the offloading because egress traffic is processed by the host networking stack.
348348

349+
|`ipForwarding`
350+
|`object`
351+
|You can control IP forwarding for all traffic on OVN-Kubernetes managed interfaces by using the `ipForwarding` specification in the `Network` resource. Specify `Restricted` to only allow IP forwarding for Kubernetes related traffic. Specify `Global` to allow forwarding of all IP traffic. For new installations, the default is `Restricted`. For updates to {product-title} 4.14, the default is `Global`.
352+
349353
|====
350354

351355
ifdef::operator[]

0 commit comments

Comments
 (0)