Skip to content

Commit 60a7ca0

Browse files
authored
Merge pull request #87994 from jab-rh/OSDOCS-12356
OSDOCS-12356: Add OVN-Kubernetes secondary network mapping
2 parents 2e4de8f + bb67ec0 commit 60a7ca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/configuration-ovnk-network-plugin-json-object.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ A comma-separated list of CIDRs and IP addresses. IP addresses are removed from
6565
|
6666
If topology is set to `localnet`, the specified VLAN tag is assigned to traffic from this secondary network. The default is to not assign a VLAN tag.
6767

68+
|`physicalNetworkName`
69+
|`string`
70+
|
71+
If topology is set to `localnet`, you can reuse the same physical network mapping with multiple network overlays. Specifies the name of the physical network to which the OVN overlay connects. When omitted, the default value is the `name` of the `localnet` network. To isolate the different networks, ensure that a different VLAN tag is used when sharing the same physical network between overlays.
72+
6873
|====

0 commit comments

Comments
 (0)