Skip to content

Commit a220574

Browse files
committed
feat(view): Adding new Source fields to Extended Rule View Set
1 parent 1b960c9 commit a220574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_acls/api/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class ACLExtendedRuleViewSet(NetBoxModelViewSet):
7474
queryset = models.ACLExtendedRule.objects.prefetch_related(
7575
"access_list",
7676
"tags",
77-
"source_prefix",
77+
"source_prefix", "source_iprange", "source_ipaddress", "source_aggregate", "source_service",
7878
"destination_prefix",
7979
)
8080
serializer_class = ACLExtendedRuleSerializer

0 commit comments

Comments
 (0)