CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
netbox_cesnet_services_plugin/__init__.py
netbox_cesnet_services_plugin/choices.py
netbox_cesnet_services_plugin/navigation.py
netbox_cesnet_services_plugin/template_content.py
netbox_cesnet_services_plugin/urls.py
netbox_cesnet_services_plugin.egg-info/PKG-INFO
netbox_cesnet_services_plugin.egg-info/SOURCES.txt
netbox_cesnet_services_plugin.egg-info/dependency_links.txt
netbox_cesnet_services_plugin.egg-info/requires.txt
netbox_cesnet_services_plugin.egg-info/top_level.txt
netbox_cesnet_services_plugin/api/__init__.py
netbox_cesnet_services_plugin/api/serializers.py
netbox_cesnet_services_plugin/api/urls.py
netbox_cesnet_services_plugin/api/views.py
netbox_cesnet_services_plugin/filtersets/__init__.py
netbox_cesnet_services_plugin/filtersets/bgpconnection.py
netbox_cesnet_services_plugin/filtersets/bgpconnection_aggregation.py
netbox_cesnet_services_plugin/filtersets/lldpneighbor.py
netbox_cesnet_services_plugin/filtersets/lldpneighborleaf.py
netbox_cesnet_services_plugin/filtersets/service_core_link.py
netbox_cesnet_services_plugin/filtersets/service_core_trunk.py
netbox_cesnet_services_plugin/filtersets/service_ip.py
netbox_cesnet_services_plugin/forms/__init__.py
netbox_cesnet_services_plugin/forms/bgpconnection.py
netbox_cesnet_services_plugin/forms/bgpconnection_aggregation.py
netbox_cesnet_services_plugin/forms/lldpneighbor.py
netbox_cesnet_services_plugin/forms/lldpneighborleaf.py
netbox_cesnet_services_plugin/forms/service_core_link.py
netbox_cesnet_services_plugin/forms/service_core_trunk.py
netbox_cesnet_services_plugin/forms/service_ip.py
netbox_cesnet_services_plugin/graphql/__init__.py
netbox_cesnet_services_plugin/graphql/filters.py
netbox_cesnet_services_plugin/graphql/schema.py
netbox_cesnet_services_plugin/graphql/types.py
netbox_cesnet_services_plugin/migrations/0001_initial.py
netbox_cesnet_services_plugin/migrations/0002_bgpconnection_comments.py
netbox_cesnet_services_plugin/migrations/0003_alter_bgpconnection_options_bgpconnection_device.py
netbox_cesnet_services_plugin/migrations/0004_alter_bgpconnection_options_bgpconnection_raw_vrf_and_more.py
netbox_cesnet_services_plugin/migrations/0005_alter_bgpconnection_role.py
netbox_cesnet_services_plugin/migrations/0006_lldpneighbor.py
netbox_cesnet_services_plugin/migrations/0007_lldpneighbor_comments.py
netbox_cesnet_services_plugin/migrations/0008_alter_lldpneighbor_device_a_and_more.py
netbox_cesnet_services_plugin/migrations/0009_lldpneighbor_status_lldpneighborleaf_status.py
netbox_cesnet_services_plugin/migrations/0010_alter_bgpconnection_raw_vrf_and_more.py
netbox_cesnet_services_plugin/migrations/0011_lldpneighbor_last_seen_lldpneighbor_status_detail.py
netbox_cesnet_services_plugin/migrations/0012_alter_lldpneighbor_last_seen.py
netbox_cesnet_services_plugin/migrations/0013_bgpconnection_last_seen.py
netbox_cesnet_services_plugin/migrations/0014_servicecoretrunk_servicecorelink_serviceip.py
netbox_cesnet_services_plugin/migrations/0015_alter_service_status_to_circuit_choices.py
netbox_cesnet_services_plugin/migrations/__init__.py
netbox_cesnet_services_plugin/models/__init__.py
netbox_cesnet_services_plugin/models/bgpconnection.py
netbox_cesnet_services_plugin/models/cesnet_service_base.py
netbox_cesnet_services_plugin/models/lldpneighbor.py
netbox_cesnet_services_plugin/models/lldpneighborleaf.py
netbox_cesnet_services_plugin/models/service_core_link.py
netbox_cesnet_services_plugin/models/service_core_trunk.py
netbox_cesnet_services_plugin/models/service_ip.py
netbox_cesnet_services_plugin/tables/__init__.py
netbox_cesnet_services_plugin/tables/bgpconnection.py
netbox_cesnet_services_plugin/tables/bgpconnection_aggregation.py
netbox_cesnet_services_plugin/tables/lldpneighbor.py
netbox_cesnet_services_plugin/tables/lldpneighborleaf.py
netbox_cesnet_services_plugin/tables/service_core_link.py
netbox_cesnet_services_plugin/tables/service_core_trunk.py
netbox_cesnet_services_plugin/tables/service_ip.py
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_aggregation_list.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection_include.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/connection_endpoints.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/detail_interface_inc.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/details/multiple_children.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighbor/lldpneighbor_include.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/lldpneighborleaf/lldpneighborleaf_include.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecorelink/servicecorelink.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/servicecoretrunk/servicecoretrunk.html
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/serviceip/serviceip.html
netbox_cesnet_services_plugin/tests/__init__.py
netbox_cesnet_services_plugin/tests/test_service_core_link.py
netbox_cesnet_services_plugin/tests/test_service_core_trunk.py
netbox_cesnet_services_plugin/tests/test_service_ip.py
netbox_cesnet_services_plugin/views/__init__.py
netbox_cesnet_services_plugin/views/bgpconnection.py
netbox_cesnet_services_plugin/views/bgpconnection_aggregation.py
netbox_cesnet_services_plugin/views/lldpneighbor.py
netbox_cesnet_services_plugin/views/lldpneighborleaf.py
netbox_cesnet_services_plugin/views/service_core_link.py
netbox_cesnet_services_plugin/views/service_core_trunk.py
netbox_cesnet_services_plugin/views/service_ip.py
tests/__init__.py
tests/test_netbox_cesnet_services_plugin.py