From c2386296908edb996605b415624e5187d30355b3 Mon Sep 17 00:00:00 2001 From: smutel Date: Sun, 25 Oct 2020 15:43:55 +0100 Subject: [PATCH] fix: Fix bug in go-netbox --- .../netbox-community/go-netbox/netbox/models/ip_address.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/github.com/netbox-community/go-netbox/netbox/models/ip_address.go b/vendor/github.com/netbox-community/go-netbox/netbox/models/ip_address.go index 752c656da..93abf3e8d 100644 --- a/vendor/github.com/netbox-community/go-netbox/netbox/models/ip_address.go +++ b/vendor/github.com/netbox-community/go-netbox/netbox/models/ip_address.go @@ -43,7 +43,8 @@ type IPAddress struct { // Assigned object // Read Only: true - AssignedObject map[string]string `json:"assigned_object,omitempty"` + //AssignedObject map[string]string `json:"assigned_object,omitempty"` + AssignedObject interface{} `json:"assigned_object,omitempty"` // Assigned object id // Maximum: 2.147483647e+09