Skip to content

Commit 40ca3f2

Browse files
typos
1 parent cde446b commit 40ca3f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

interfaces.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type InterfacesIPv6Range struct {
6969

7070
type InterfacesIPv6Slaac struct {
7171
Prefix *int `json:"prefix,omitempty"`
72-
Address *string `json:"prefix,omitempty"`
72+
Address *string `json:"address,omitempty"`
7373
}
7474

7575
type LinodeInterfaceCreateOptions struct {
@@ -82,7 +82,7 @@ type LinodeInterfaceCreateOptions struct {
8282

8383
type InterfacesCreatePublic struct {
8484
IPv4 []*InterfacesIPv4 `json:"ipv4,omitempty"`
85-
IPv6 []*InterfacesIPv6Create `json:"ipv4,omitempty"`
85+
IPv6 []*InterfacesIPv6Create `json:"ipv6,omitempty"`
8686
}
8787

8888
type InterfacesIPv6Create struct {

0 commit comments

Comments
 (0)