diff --git a/options/custom/containers/netbox/extra.py b/options/custom/containers/netbox/extra.py index e6a3f81..9f7d1a8 100644 --- a/options/custom/containers/netbox/extra.py +++ b/options/custom/containers/netbox/extra.py @@ -15,7 +15,7 @@ PLUGINS = [ "netbox_acls", # // "netbox_attachments", "netbox_dns", - # // "netbox_interface_synchronization", + "netbox_interface_synchronization", # // "netbox_lists", "netbox_otp_plugin", "netbox_reorder_rack", diff --git a/options/custom/containers/netbox/plugin_requirements.txt b/options/custom/containers/netbox/plugin_requirements.txt index 24148f0..7e3c416 100644 --- a/options/custom/containers/netbox/plugin_requirements.txt +++ b/options/custom/containers/netbox/plugin_requirements.txt @@ -1,6 +1,6 @@ netbox-acls == 1.6.* # https://github.com/netbox-community/netbox-acls #// netbox-attachments == 5.1.* # https://github.com/Kani999/netbox-attachments -#// netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization +netbox-interface-synchronization == 4.0.* # https://github.com/NetTech2001/netbox-interface-synchronization #// netbox-lists == 4.0.* # https://github.com/devon-mar/netbox-lists netbox-otp-plugin == 1.3.* # https://github.com/k1nky/netbox-otp-plugin netbox-plugin-dns == 1.1.* # https://github.com/peteeckel/netbox-plugin-dns