Skip to content

Commit dfc3998

Browse files
authored
Merge pull request #16 from JonTheNiceGuy/patch-1
Add isPool to the Subnet struct
2 parents 6fea0cb + 05c01a0 commit dfc3998

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)