Skip to content

Commit 807a5cf

Browse files
authored
Merge pull request #92179 from palonsoro/OCPBUGS-55015
[OCPBUGS-55015] Fix missing comma in NAD example
2 parents 9f8fd7c + a71fc65 commit 807a5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/configuring-localnet-switched-topology.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following JSON example configures a localnet secondary network:
102102
"subnets": "202.10.130.112/28",
103103
"vlanID": 33,
104104
"mtu": 1500,
105-
"netAttachDefName": "ns1/localnet-network"
105+
"netAttachDefName": "ns1/localnet-network",
106106
"excludeSubnets": "10.100.200.0/29"
107107
}
108108
----

0 commit comments

Comments
 (0)