diff --git a/modules/configuring-localnet-switched-topology.adoc b/modules/configuring-localnet-switched-topology.adoc index baf21796733b..b535fcae9296 100644 --- a/modules/configuring-localnet-switched-topology.adoc +++ b/modules/configuring-localnet-switched-topology.adoc @@ -54,7 +54,7 @@ The following JSON example configures a localnet secondary network that is named ---- { "cniVersion": "0.3.1", - "name": "ns1-localnet-network", + "name": "localnet1", "type": "ovn-k8s-cni-overlay", "topology":"localnet", "physicalNetworkName": "localnet1", @@ -112,7 +112,7 @@ The following JSON example configures a localnet secondary network that is named ---- { "cniVersion": "0.3.1", - "name": "ns1-localnet-network", + "name": "localnet2", "type": "ovn-k8s-cni-overlay", "topology":"localnet", "physicalNetworkName": "localnet2",