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

[8.0] ospfd: explicitly exit from the router node #9421

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

idryzhov
Copy link
Contributor

There's a new "mpls ldp-sync" command added to the OSPF router node in
FRR 8.0. This change broke the following config:

router ospf
!
mpls ldp
 discovery hello interval 10
!

The config was broken because the "mpls ldp" line is now treated as an
"mpls ldp-sync" line inside the router node. We must explicitly print
"exit" at the end of OSPF router node to fix the issue.

Fixes #9206.

Signed-off-by: Igor Ryzhov [email protected]

There's a new "mpls ldp-sync" command added to the OSPF router node in
FRR 8.0. This change broke the following config:
```
router ospf
!
mpls ldp
 discovery hello interval 10
!
```
The config was broken because the "mpls ldp" line is now treated as an
"mpls ldp-sync" line inside the router node. We must explicitly print
"exit" at the end of OSPF router node to fix the issue.

Fixes FRRouting#9206.

Signed-off-by: Igor Ryzhov <[email protected]>
@idryzhov idryzhov changed the title ospfd: explicitly exit from the router node [8.0] ospfd: explicitly exit from the router node Aug 17, 2021
@LabN-CI
Copy link
Collaborator

LabN-CI commented Aug 17, 2021

💚 Basic BGPD CI results: SUCCESS, 0 tests failed

Results table
_ _
Result SUCCESS git merge/9421 de61cde
Date 08/17/2021
Start 09:26:40
Finish 09:52:48
Run-Time 26:08
Total 1813
Pass 1813
Fail 0
Valgrind-Errors 0
Valgrind-Loss 0
Details vncregress-2021-08-17-09:26:40.txt
Log autoscript-2021-08-17-09:27:49.log.bz2
Memory 499 499 426

For details, please contact louberger

@eqvinox eqvinox merged commit f1b92c6 into FRRouting:stable/8.0 Aug 17, 2021
@NetDEF-CI
Copy link
Collaborator

Continuous Integration Result: SUCCESSFUL

Congratulations, this patch passed basic tests

Tested-by: NetDEF / OpenSourceRouting.org CI System

CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-21127/

This is a comment from an automated CI system.
For questions and feedback in regards to this CI system, please feel free to email
Martin Winter - mwinter (at) opensourcerouting.org.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants