-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
isisd: Add missing exit
statement to show running-config
output
#16724
Conversation
Add missing `exit` statement to `show running-config` output. ``` router isis ISIS_CORE is-type level-2-only net 49.0001.0000.0000.0004.00 lsp-mtu 1300 topology ipv6-unicast log-adjacency-changes segment-routing srv6 locator ISIS_LOC exit <<<<<<<<<<<<<<<<<<<<<<<< exit ``` Fixes FRRouting#16694 Signed-off-by: Carmine Scarpitta <[email protected]>
exit
statementexit
statement to show running-config
output
@Mergifyio backport stable/10.1 stable/10.0 stable/9.1 stable/9.0 |
✅ Backports have been created
|
ci:retry |
Great, thanks for the prompt fix! :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
rerunning the failed test ... not related :-) |
failing nhrp tests ... not related, but rerunning to see if I can get this to clear |
isisd: Add missing `exit` statement to `show running-config` output (backport #16724)
isisd: Add missing `exit` statement to `show running-config` output (backport #16724)
isisd: Add missing `exit` statement to `show running-config` output (backport #16724)
Add missing
exit
statement toshow running-config
output.Fixes #16694