v1.8.3
This commit is contained in:
@@ -71,7 +71,7 @@ type ItemExtNet struct {
|
||||
Description string `json:"desc"`
|
||||
|
||||
// Free IPs number
|
||||
FreeIPs uint64 `json:"freeIps"`
|
||||
FreeIPs int64 `json:"freeIps"`
|
||||
|
||||
// Grid ID
|
||||
GID uint64 `json:"gid"`
|
||||
@@ -152,7 +152,7 @@ type RecordExtNet struct {
|
||||
Excluded ListReservations `json:"excluded"`
|
||||
|
||||
// Free IPs number
|
||||
FreeIPs uint64 `json:"free_ips"`
|
||||
FreeIPs int64 `json:"free_ips"`
|
||||
|
||||
// Gateway
|
||||
Gateway string `json:"gateway"`
|
||||
@@ -237,4 +237,4 @@ type ItemRoutes struct {
|
||||
|
||||
//Destination network mask in 255.255.255.255 format
|
||||
Netmask string `json:"netmask"`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user