scaleway / netbox-netprod-importer

Poll data from network devices in production and import it into netbox
GNU General Public License v3.0
104 stars 32 forks source link

Update for netbox 2.5 cable. #13

Closed VictorPavlushin closed 5 years ago

VictorPavlushin commented 5 years ago

398:403->398:400, 437->434, 439->436 - data view has changed in python-netboxapi 470->467 - "i" type is of string 473->470 - mac_addresses is an array and in Python 3.6.6 does not return the length of the array. 474->471 - Functions of this class are expected to return an interface and not an array of interfaces. 517->514, 519->516 - netbox data structure change

VictorPavlushin commented 5 years ago

I'm making more big changes.