Skip to content

Commit 05c01a0

Browse files
Add isPool to the Subnet struct
1 parent 6fea0cb commit 05c01a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

controllers/subnets/subnets.go

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ type Subnet struct {
7575
// Controls if we are adding a subnet or folder.
7676
IsFolder phpipam.BoolIntString `json:"isFolder,omitempty"`
7777

78+
// Marks the subnet as permitting allocation of the network and broadcast addresses.
79+
IsPool phpipam.BoolIntString `json:"isPool,omitempty"`
80+
7881
// Marks the subnet as used.
7982
IsFull phpipam.BoolIntString `json:"isFull,omitempty"`
8083

0 commit comments

Comments
 (0)