mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 06:43:33 +01:00
Introduce Boolean filters `assigned` and `primary` to the MACAddress filterset, improving filtering capabilities. Update forms, tables, and GraphQL queries to incorporate the new filters. Add tests to validate the correct functionality. Fixes #20399