mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-13 07:12:16 -06:00
Add the `assigned_object_type_id` filter to `L2VPNTerminationFilterSet` so that the "Assigned object type" filter correctly restricts L2VPN terminations by their assigned object type, using the `ObjectType` model for lookups. Fixes #20844