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

Add route type in output of "antctl get bgproutes" #6794

Open
rajnkamr opened this issue Nov 8, 2024 · 0 comments · May be fixed by #6803
Open

Add route type in output of "antctl get bgproutes" #6794

rajnkamr opened this issue Nov 8, 2024 · 0 comments · May be fixed by #6803
Assignees
Labels
area/component/antctl Issues or PRs releated to the command line interface component area/transit/bgp Issues or PRs related to BGP support. kind/design Categorizes issue or PR as related to design.

Comments

@rajnkamr
Copy link
Contributor

rajnkamr commented Nov 8, 2024

Describe what you are trying to solve

Currently there is no way to know that whether advertised routes displayed are pod cidr, egress ip or service cidr

antctl get bgproutes
ROUTE
10.244.1.0/24
172.18.0.6/32

Describe the solution you have in mind

Add Route Type like Pod, Egress, ClusterIP, LoadBalancerIP, ExternalIP in the output

antctl get bgproutes
ROUTE                TYPE
10.244.1.0/24        Pod
172.18.0.6/32        Egress

Describe how your solution impacts user flows

N/A
Describe the main design/architecture of your solution

N/A
Alternative solutions that you considered

N/A
Test plan

N/A
Additional context
Later, we can also add capability to filter advertised routes by route type.

@rajnkamr rajnkamr added the kind/design Categorizes issue or PR as related to design. label Nov 8, 2024
@rajnkamr rajnkamr added this to the Antrea v2.3 release milestone Nov 8, 2024
@rajnkamr rajnkamr added the area/transit/bgp Issues or PRs related to BGP support. label Nov 8, 2024
@Atish-iaf Atish-iaf changed the title To support antctl get bgproutes filters for advertised routes for Pods, Egress, and Service types Add route type in output of "antctl get bgproutes" Nov 11, 2024
@Atish-iaf Atish-iaf added the area/component/antctl Issues or PRs releated to the command line interface component label Nov 11, 2024
@Atish-iaf Atish-iaf linked a pull request Nov 11, 2024 that will close this issue
@Atish-iaf Atish-iaf linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/component/antctl Issues or PRs releated to the command line interface component area/transit/bgp Issues or PRs related to BGP support. kind/design Categorizes issue or PR as related to design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants