netbox-bgp
netbox-bgp copied to clipboard
Move Session model to use the NetBox core ASN model
NetBox v3.1 added a native ASN model. The plugin should utilize that model instead of a separate model that is specific to BGP.
Note: I did not include a data migration of the BGP ASN table to the core ASN table, only the schema migration. I don't know if that data migration is needed.
Fixes #82