netbox-bgp
netbox-bgp copied to clipboard
Minor complements
- Update of serializers to have display + tags + custom_fileds on each object, reuse SerializedPKRelatedField form netbox core
- Adding filter on view (prefixlistrule, routingpolicyrule, communitylistrule) as it works though API but is not visible, exemple:
but through api:
Main goal was to use the filterset which permits to list all rules for a given object id
after modification:
3.added tests on Communitylist + bgp session
Closes #183