Skip to content

Commit aefb7bb

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

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",
@@ -114,7 +114,7 @@ The following JSON example configures a localnet secondary network that is named
114114
----
115115
{
116116
"cniVersion": "0.3.1",
117-
"name": "ns1-localnet-network",
117+
"name": "localnet2",
118118
"type": "ovn-k8s-cni-overlay",
119119
"topology":"localnet",
120120
"physicalNetworkName": "localnet2",

0 commit comments

Comments
 (0)