Skip to content

Conversation

rinna11
Copy link

@rinna11 rinna11 commented Oct 20, 2025

Fixes: #20422

This allows AggregateFilter and PrefixFilter to filter by their family similar with IPAddressFilter.
I've tested the following queries manually:

aggregate_v6: aggregate_list(filters: {family: FAMILY_6}) {
    prefix
}
prefixes_v4: prefix_list(filters: {family: FAMILY_4}) {
    prefix
    role {
      name
    }
    vrf {
      name
    }
    vlan {
      vid
    }
}

@jnovinger jnovinger requested review from a team and jnovinger and removed request for a team October 20, 2025 02:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraphQL StrFilterLookup filter on prefix field causes unexpected error with IPNetworkField

1 participant