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

added InterfaceID and VNI to prefix table view, … #633

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

vlorinc
Copy link
Contributor

@vlorinc vlorinc commented Jan 8, 2025

Proposed Changes

VNI field added to Prefix struct, it is populated based on associated Interface.
Added VNI and InterfaceID columns to prefixes and loadbalancer prefixes table view (they are also included in json output).

dpservice-cli list prefixes
 VNI  Prefix         UnderlayRoute    InterfaceID 

Commands are now case insensitive, e.g.: dpservice-cli list LoadBalancers

Fixes #632

@vlorinc vlorinc self-assigned this Jan 8, 2025
@vlorinc vlorinc requested a review from a team as a code owner January 8, 2025 11:53
@vlorinc vlorinc linked an issue Jan 8, 2025 that may be closed by this pull request
@github-actions github-actions bot added bug Something isn't working size/M labels Jan 8, 2025
Copy link
Collaborator

@guvenc guvenc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. LGTM

@guvenc guvenc merged commit d11f686 into main Jan 14, 2025
6 checks passed
@guvenc guvenc deleted the osc/fix/dpervice-cli_output branch January 14, 2025 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dpservice-cli: improve prefix overview
2 participants