Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] filter by community values #168

Open
digizeph opened this issue Apr 15, 2024 · 0 comments
Open

[feature] filter by community values #168

digizeph opened this issue Apr 15, 2024 · 0 comments
Assignees
Milestone

Comments

@digizeph
Copy link
Member

digizeph commented Apr 15, 2024

We currently miss the capability to filter by community values.

We currently have four different types of community values, which makes building a filter slightly more complex than it sounds.

pub enum MetaCommunity {
Plain(Community),
Extended(ExtendedCommunity),
Ipv6Extended(Ipv6AddrExtCommunity),
Large(LargeCommunity),
}

We might need to start from basic Community and LargeCommunity.

Relevant issue: #169

@digizeph digizeph added this to the V1.0 milestone Apr 17, 2024
@digizeph digizeph self-assigned this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant