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

If mac address is Null #14

Closed VictorPavlushin closed 5 years ago

VictorPavlushin commented 5 years ago

If mac adress Null, code 'macaddr_simplified = macaddr.replace(":", "").replace(".", "")' - call an exception

VictorPavlushin commented 5 years ago

I'm making more big changes.