Skip to content

Commit 228f934

Browse files
authored
Merge pull request #75365 from stevsmit/OCPBUGS-29669
Removes unnecessary CIDR information in subnet description
2 parents 63b1d28 + 1d4675d commit 228f934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/configuration-ovnk-network-plugin-json-object.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The topological configuration for the network. Must be one of `layer2` or `local
3535
|`subnets`
3636
|`string`
3737
|
38-
The subnet to use for the network across the cluster. When specifying `layer2` for the `topology`, only include the CIDR for the node. For example, `10.100.200.0/24`.
38+
The subnet to use for the network across the cluster.
3939

4040
For `"topology":"layer2"` deployments, IPv6 (`2001:DBB::/64`) and dual-stack (`192.168.100.0/24,2001:DBB::/64`) subnets are supported.
4141

0 commit comments

Comments
 (0)