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

vtysh: fix find and list commands #17200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eqvinox
Copy link
Contributor

@eqvinox eqvinox commented Oct 22, 2024

I simply missed that node->cmd_vector is needed for find and list to work correctly.


Fixes: #17043
Fixes: 4bc4119 ("vtysh, lib: preprocess CLI graphs")

I simply missed that `node->cmd_vector` is needed for `find` and `list`
to work correctly.

Fixes: FRRouting#17043
Fixes: 4bc4119 ("vtysh, lib: preprocess CLI graphs")
Reported-by: Donald Sharp <[email protected]>
Signed-off-by: David Lamparter <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

find XXXX lost ability to work with commit 4bc41193e810d
1 participant