.editorconfig
.gitignore
.pre-commit-config.yaml
.pypirc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
requirements_dev.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/ISSUE_TEMPLATE/housekeeping.yaml
.github/workflows/mkdocs.yml
.github/workflows/publish-pypi.yml
docs/changelog.md
docs/contributing.md
docs/index.md
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/not-zip-safe
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/lldpneighbor.py
netbox_cesnet_services_plugin/filtersets/lldpneighborleaf.py
netbox_cesnet_services_plugin/forms/__init__.py
netbox_cesnet_services_plugin/forms/bgpconnection.py
netbox_cesnet_services_plugin/forms/lldpneighbor.py
netbox_cesnet_services_plugin/forms/lldpneighborleaf.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/__init__.py
netbox_cesnet_services_plugin/models/__init__.py
netbox_cesnet_services_plugin/models/bgpconnection.py
netbox_cesnet_services_plugin/models/lldpneighbor.py
netbox_cesnet_services_plugin/models/lldpneighborleaf.py
netbox_cesnet_services_plugin/tables/__init__.py
netbox_cesnet_services_plugin/tables/bgpconnection.py
netbox_cesnet_services_plugin/tables/lldpneighbor.py
netbox_cesnet_services_plugin/tables/lldpneighborleaf.py
netbox_cesnet_services_plugin/templates/netbox_cesnet_services_plugin/bgpconnection/bgpconnection.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/views/__init__.py
netbox_cesnet_services_plugin/views/bgpconnection.py
netbox_cesnet_services_plugin/views/lldpneighbor.py
netbox_cesnet_services_plugin/views/lldpneighborleaf.py
tests/__init__.py
tests/test_netbox_cesnet_services_plugin.py