Skip to content

Commit b0a2ecf

Browse files
dfitzmauopenshift-cherrypick-robot
authored andcommitted
OCPBUGS-56085: Updated the name parameter in the configuring-localnet-switched-topology.adoc file
1 parent 39ba2c2 commit b0a2ecf

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)