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 a341b7f commit fe7b76f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion network.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ type Network struct {
NameserversV6 []string `json:"nameservers_v6,omitempty"`
VlanID int `json:"vlan_id" validate:"required" schema:"vlan_id"`
HardwareAddr string `json:"hardware_addr,omitempty" schema:"hardware_addr"`
CIDRv4 string `json:"cidr_v4" validate:"required" schema:"cidr_v4"`
GatewayIPv4 string `json:"gateway_ipv4" validate:"required" schema:"gateway_ipv4"`
AllocationPoolV4Start string `json:"allocation_pool_v4_start" validate:"required" schema:"allocation_pool_v4_start"`
AllocationPoolV4End string `json:"allocation_pool_v4_end" validate:"required" schema:"allocation_pool_v4_end"`
Expand Down

0 comments on commit fe7b76f

Please sign in to comment.