Skip to content

Commit 2fe80bb

Browse files
authored
Merge pull request #97480 from openshift-cherrypick-robot/cherry-pick-95644-to-enterprise-4.14
[enterprise-4.14] OCPBUGS#56085: Updated the name parameter in the configuring-localnet…
2 parents 39ba2c2 + b0a2ecf commit 2fe80bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/configuring-localnet-switched-topology.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The following JSON example configures a localnet secondary network that is named
5454
----
5555
{
5656
"cniVersion": "0.3.1",
57-
"name": "ns1-localnet-network",
57+
"name": "localnet1",
5858
"type": "ovn-k8s-cni-overlay",
5959
"topology":"localnet",
6060
"physicalNetworkName": "localnet1",
@@ -112,7 +112,7 @@ The following JSON example configures a localnet secondary network that is named
112112
----
113113
{
114114
"cniVersion": "0.3.1",
115-
"name": "ns1-localnet-network",
115+
"name": "localnet2",
116116
"type": "ovn-k8s-cni-overlay",
117117
"topology":"localnet",
118118
"physicalNetworkName": "localnet2",

0 commit comments

Comments
 (0)