File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
openstack/networking/v2/subnets Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,9 +199,8 @@ type UpdateOpts struct {
199
199
// AllocationPools are IP Address pools that will be available for DHCP.
200
200
AllocationPools []AllocationPool `json:"allocation_pools,omitempty"`
201
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
202
+ // GatewayIP sets gateway information for the subnet. Setting to an empty
203
+ // string will cause the subnet to not have a gateway. Setting to
205
204
// an explicit address will set that address as the gateway.
206
205
GatewayIP * string `json:"gateway_ip,omitempty"`
207
206
You can’t perform that action at this time.
0 commit comments