diff --git a/proxmox/nodes/network_types.go b/proxmox/nodes/network_types.go index f0a9ff71..ee900dd8 100644 --- a/proxmox/nodes/network_types.go +++ b/proxmox/nodes/network_types.go @@ -21,7 +21,7 @@ type NetworkInterfaceListResponseData struct { Address *string `json:"address,omitempty"` Address6 *string `json:"address6,omitempty"` Autostart *types.CustomBool `json:"autostart,omitempty"` - BridgeFD *string `json:"bridge_fd,omitempty"` + BridgeFD *int `json:"bridge_fd,omitempty"` BridgePorts *string `json:"bridge_ports,omitempty"` BridgeSTP *string `json:"bridge_stp,omitempty"` BridgeVIDs *string `json:"bridge_vids,omitempty"`