mirror of
https://github.com/bb-Ricardo/netbox-sync.git
synced 2026-02-12 03:08:44 -06:00
fixes issues with long running jobs and closing connection errors #248
This commit is contained in:
@@ -37,6 +37,10 @@ class SourceBase:
|
||||
inventory = None
|
||||
source_tag = None
|
||||
|
||||
# dummy function to implement a finish call for each source
|
||||
def finish(self):
|
||||
pass
|
||||
|
||||
def map_object_interfaces_to_current_interfaces(self, device_vm_object, interface_data_dict=None):
|
||||
"""
|
||||
Try to match current object interfaces to discovered ones. This will be done
|
||||
|
||||
Reference in New Issue
Block a user