-
Notifications
You must be signed in to change notification settings - Fork 348
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
op-mode: T5633, T6465: fix error when op cmd interrupted, updates some system call syntax #3731
Conversation
…lls to new cli syntax
Apologies, I accidentally deleted my branch and it closed the previous PR below (#3700) so duplicating it again for a merge. Before
After
|
❌ VyOS CLI smoketests cancelled! |
@Mergifyio backport circinus sagitta |
✅ Backports have been created
|
Change Summary
Replaces previous PR which I closed by accident: #3700
Summary:
Add exception catching for broken pipe error to exit gracefully when user stops program output. Resolves T5633: Bug 1 and 3
Corrects syntax for invoked "show ipv6 route bgp" command
Updates syntax for invoked show system image version / show system image storage to new CLI syntax
Note: Bug 2 identified in T5633 is non-breaking but has not been solved in this PR. I've narrowed the issue down to the underlying vyatta-op-cmd-wrapper shell code. I'm proposing to open a new Maniphest ticket specifically on this bug and close T5633 when PR is merged that way it's separated from this work and still visible as a bug to be fixed in the future.
Types of changes
Related Task(s)
https://vyos.dev/T5633 bugs 1 and 3
https://vyos.dev/T6465
Related PR(s)
Component(s) name
Proposed changes
See above for changes.
How to test
Smoketest result
Checklist: