From cdf95646fb017b1af8013f7a28fce22035efc59a Mon Sep 17 00:00:00 2001 From: "Pablo Alonso Rodriguez (Red Hat)" Date: Tue, 15 Apr 2025 12:55:44 +0200 Subject: [PATCH] Fix missing comma in NAD example Added missing comma on example NAD JSON config for localnet secondary network topology. Fixes OCPBUGS-55015 --- modules/configuring-localnet-switched-topology.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/configuring-localnet-switched-topology.adoc b/modules/configuring-localnet-switched-topology.adoc index 3a9eafbc1b23..1418e457a96e 100644 --- a/modules/configuring-localnet-switched-topology.adoc +++ b/modules/configuring-localnet-switched-topology.adoc @@ -102,7 +102,7 @@ The following JSON example configures a localnet secondary network: "subnets": "202.10.130.112/28", "vlanID": 33, "mtu": 1500, - "netAttachDefName": "ns1/localnet-network" + "netAttachDefName": "ns1/localnet-network", "excludeSubnets": "10.100.200.0/29" } ----