ipfabric_netbox 4.1.0b5__py3-none-any.whl → 4.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ipfabric_netbox might be problematic. Click here for more details.
- ipfabric_netbox/__init__.py +1 -1
- ipfabric_netbox/utilities/ipfutils.py +3 -2
- {ipfabric_netbox-4.1.0b5.dist-info → ipfabric_netbox-4.2.0.dist-info}/METADATA +1 -1
- {ipfabric_netbox-4.1.0b5.dist-info → ipfabric_netbox-4.2.0.dist-info}/RECORD +5 -5
- {ipfabric_netbox-4.1.0b5.dist-info → ipfabric_netbox-4.2.0.dist-info}/WHEEL +0 -0
ipfabric_netbox/__init__.py
CHANGED
|
@@ -666,7 +666,7 @@ class IPFabricSyncRunner(object):
|
|
|
666
666
|
"dcim",
|
|
667
667
|
"virtualchassis",
|
|
668
668
|
virtual_chassis,
|
|
669
|
-
False,
|
|
669
|
+
stats=False,
|
|
670
670
|
sync=self.settings.get("virtualchassis"),
|
|
671
671
|
)
|
|
672
672
|
|
|
@@ -675,6 +675,7 @@ class IPFabricSyncRunner(object):
|
|
|
675
675
|
"dcim",
|
|
676
676
|
"device",
|
|
677
677
|
device,
|
|
678
|
+
stats=False,
|
|
678
679
|
sync=self.settings.get("device")
|
|
679
680
|
or self.settings.get("interface")
|
|
680
681
|
or self.settings.get("ipaddress")
|
|
@@ -701,7 +702,7 @@ class IPFabricSyncRunner(object):
|
|
|
701
702
|
"dcim",
|
|
702
703
|
"virtualchassis",
|
|
703
704
|
virtual_chassis,
|
|
704
|
-
False,
|
|
705
|
+
stats=False,
|
|
705
706
|
sync=self.settings.get("virtualchassis"),
|
|
706
707
|
)
|
|
707
708
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
ipfabric_netbox/__init__.py,sha256=
|
|
1
|
+
ipfabric_netbox/__init__.py,sha256=OMIqAaihWjaKTti56TuhjVVQNUTmD6TndZYrzIulMWg,672
|
|
2
2
|
ipfabric_netbox/api/__init__.py,sha256=DOkvDAI4BoNgdCiNxfseeExEHyOrK8weG-LvjPRyK8A,101
|
|
3
3
|
ipfabric_netbox/api/nested_serializers.py,sha256=dG9YdK6wY6dDEvUWsjzsla-J_GnB5szzDjrcZhdWoEg,2124
|
|
4
4
|
ipfabric_netbox/api/serializers.py,sha256=KihGDzoYTM9M9lrU0uUQPFl3ru7t59MuIebBdQe_DhY,5130
|
|
@@ -66,11 +66,11 @@ ipfabric_netbox/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
|
|
|
66
66
|
ipfabric_netbox/tests/test_models.py,sha256=4SGMX0LZ_fThkc-F1AMZIQbpmJvQNVFnS6QYZpIZkNA,14998
|
|
67
67
|
ipfabric_netbox/urls.py,sha256=ok66LP09rYi01qJmwdGGlBzV9wrGWVwVAIngPcreJxg,5449
|
|
68
68
|
ipfabric_netbox/utilities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
|
-
ipfabric_netbox/utilities/ipfutils.py,sha256=
|
|
69
|
+
ipfabric_netbox/utilities/ipfutils.py,sha256=4W6fYuguvVdhNlWok-dTUhI0M4CK7hrBiMcLAtPuKIQ,31411
|
|
70
70
|
ipfabric_netbox/utilities/logging.py,sha256=GYknjocMN6LQ2873_az3y0RKm29TCXaWviUIIneH-x0,3445
|
|
71
71
|
ipfabric_netbox/utilities/nbutils.py,sha256=kFBEiJOGvr_49hJWCS2duXojx2-A9kVk0Xp_vj0ohfs,2641
|
|
72
72
|
ipfabric_netbox/utilities/transform_map.py,sha256=QotbGc2TksINJrb62STgAigpC5Nsgi5umYHu_0rZd8k,2204
|
|
73
73
|
ipfabric_netbox/views.py,sha256=nGWO-PlTyKviBzGEdmE3C_1I-xFjZMldqOWGx12wdbg,36855
|
|
74
|
-
ipfabric_netbox-4.
|
|
75
|
-
ipfabric_netbox-4.
|
|
76
|
-
ipfabric_netbox-4.
|
|
74
|
+
ipfabric_netbox-4.2.0.dist-info/METADATA,sha256=7-EEXWhSK_fQ03eTVNyz9WNg8JJ7zpecCfBwOymTk_Y,4546
|
|
75
|
+
ipfabric_netbox-4.2.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
76
|
+
ipfabric_netbox-4.2.0.dist-info/RECORD,,
|
|
File without changes
|