We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 800e8d5 + e8982ca commit 611b2a4Copy full SHA for 611b2a4
1 file changed
openstack/networking/v2/subnets/requests.go
@@ -199,9 +199,8 @@ type UpdateOpts struct {
199
// AllocationPools are IP Address pools that will be available for DHCP.
200
AllocationPools []AllocationPool `json:"allocation_pools,omitempty"`
201
202
- // GatewayIP sets gateway information for the subnet. Setting to nil will
203
- // cause a default gateway to automatically be created. Setting to an empty
204
- // string will cause the subnet to be created with no gateway. Setting to
+ // GatewayIP sets gateway information for the subnet. Setting to an empty
+ // string will cause the subnet to not have a gateway. Setting to
205
// an explicit address will set that address as the gateway.
206
GatewayIP *string `json:"gateway_ip,omitempty"`
207
0 commit comments