Skip to content

Commit

Permalink
Add isPool to the Subnet struct
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTheNiceGuy authored Sep 5, 2023
1 parent 6fea0cb commit 05c01a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/subnets/subnets.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ type Subnet struct {
// Controls if we are adding a subnet or folder.
IsFolder phpipam.BoolIntString `json:"isFolder,omitempty"`

// Marks the subnet as permitting allocation of the network and broadcast addresses.
IsPool phpipam.BoolIntString `json:"isPool,omitempty"`

// Marks the subnet as used.
IsFull phpipam.BoolIntString `json:"isFull,omitempty"`

Expand Down

0 comments on commit 05c01a0

Please sign in to comment.