doc: add some text regarding libyang versions#20862
Merged
Jafaral merged 1 commit intoFRRouting:masterfrom Feb 24, 2026
Merged
Conversation
Greptile SummaryThis PR updates the libyang build documentation to provide clearer, more comprehensive guidance on which libyang versions to use with FRR:
The version guidance is consistent with Confidence Score: 5/5
Important Files Changed
Flowchartflowchart TD
A["Building FRR"] --> B{"Check libyang version"}
B -->|"< 2.1.128"| C["Build fails: version too old"]
B -->|">= 2.1.128 (v2.x)"| D["Supported (minimum)"]
B -->|"v3.x"| E["Recommended"]
B -->|"v4.x"| F["Supported, but not preferred\n(LYD_LYB restrictions,\nfalls back to JSON/XML)"]
B -->|"v5.x"| G["Future preferred\n(LYD_LYB restrictions removed)"]
D --> H["Build FRR"]
E --> H
F --> H
G --> H
Last reviewed commit: 46bb688 |
mjstapp
reviewed
Feb 17, 2026
Contributor
mjstapp
left a comment
There was a problem hiding this comment.
thanks, this is helpful. had a couple of questions
mjstapp
reviewed
Feb 17, 2026
Member
|
@Mergifyio backport dev/10.6 |
✅ Backports have been createdDetails
|
Signed-off-by: Christian Hopps <chopps@labn.net>
46bb688 to
9dfc7b0
Compare
mjstapp
approved these changes
Feb 24, 2026
Contributor
Author
|
https://github.com/Mergifyio backport stable/10.5 stable/10.4 stable/10.3 |
✅ Backports have been createdDetails
|
Jafaral
approved these changes
Feb 24, 2026
This was referenced Feb 24, 2026
mjstapp
added a commit
that referenced
this pull request
Feb 25, 2026
doc: add some text regarding libyang versions (backport #20862)
mjstapp
added a commit
that referenced
this pull request
Feb 25, 2026
doc: add some text regarding libyang versions (backport #20862)
donaldsharp
added a commit
that referenced
this pull request
Feb 25, 2026
doc: add some text regarding libyang versions (backport #20862)
donaldsharp
added a commit
that referenced
this pull request
Feb 25, 2026
doc: add some text regarding libyang versions (backport #20862)
17 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.