netbox-community / netbox-bgp

NetBox plugin for BGP related objects documentation
Apache License 2.0
251 stars 52 forks source link

Minor complements #182

Closed pl0xym0r closed 6 months ago

pl0xym0r commented 9 months ago
  1. Update of serializers to have display + tags + custom_fileds on each object, reuse SerializedPKRelatedField form netbox core
  2. Adding filter on view (prefixlistrule, routingpolicyrule, communitylistrule) as it works though API but is not visible, exemple: 1 but through api: 2

Main goal was to use the filterset which permits to list all rules for a given object id

after modification: 3

3.added tests on Communitylist + bgp session

pl0xym0r commented 9 months ago

Closes #183