Skip to content

Commit

Permalink
Merge pull request infobloxopen#157 from skudriavtsev/empty-client-id
Browse files Browse the repository at this point in the history
Empty client ID
  • Loading branch information
skudriavtsev authored Nov 19, 2021
2 parents bf4fe6f + e3e0817 commit 741a1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ type HostRecordIpv4Addr struct {
IBBase `json:"-"`
Ipv4Addr string `json:"ipv4addr,omitempty"`
Ref string `json:"_ref,omitempty"`
Mac string `json:"mac,omitempty"`
Mac string `json:"mac"`
View string `json:"view,omitempty"`
Cidr string `json:"network,omitempty"`
EnableDhcp bool `json:"configure_for_dhcp"`
Expand Down Expand Up @@ -636,7 +636,7 @@ type HostRecordIpv6Addr struct {
IBBase `json:"-"`
Ipv6Addr string `json:"ipv6addr,omitempty"`
Ref string `json:"_ref,omitempty"`
Duid string `json:"duid,omitempty"`
Duid string `json:"duid"`
View string `json:"view,omitempty"`
Cidr string `json:"network,omitempty"`
EnableDhcp bool `json:"configure_for_dhcp"`
Expand Down

0 comments on commit 741a1cd

Please sign in to comment.