Skip to content

Commit

Permalink
rm cidr_v4
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Apr 9, 2024
1 parent fe7b76f commit f730e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fake_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ func (c *FakeClient) CreateNetwork(config NetworkConfig) (*NetworkResult, error)
if config.VLanConfig != nil {
newNetwork.VlanID = config.VLanConfig.VlanID
newNetwork.HardwareAddr = config.VLanConfig.HardwareAddr
newNetwork.CIDRv4 = config.VLanConfig.CIDRv4
newNetwork.GatewayIPv4 = config.VLanConfig.GatewayIPv4
newNetwork.AllocationPoolV4Start = config.VLanConfig.AllocationPoolV4Start
newNetwork.AllocationPoolV4Start = config.VLanConfig.AllocationPoolV4End
Expand Down

0 comments on commit f730e8a

Please sign in to comment.