We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde446b commit 40ca3f2Copy full SHA for 40ca3f2
1 file changed
interfaces.go
@@ -69,7 +69,7 @@ type InterfacesIPv6Range struct {
69
70
type InterfacesIPv6Slaac struct {
71
Prefix *int `json:"prefix,omitempty"`
72
- Address *string `json:"prefix,omitempty"`
+ Address *string `json:"address,omitempty"`
73
}
74
75
type LinodeInterfaceCreateOptions struct {
@@ -82,7 +82,7 @@ type LinodeInterfaceCreateOptions struct {
82
83
type InterfacesCreatePublic struct {
84
IPv4 []*InterfacesIPv4 `json:"ipv4,omitempty"`
85
- IPv6 []*InterfacesIPv6Create `json:"ipv4,omitempty"`
+ IPv6 []*InterfacesIPv6Create `json:"ipv6,omitempty"`
86
87
88
type InterfacesIPv6Create struct {
0 commit comments