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

bgpd, yang: fix missing mandatory/default statements on some leafs #15426

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

idryzhov
Copy link
Contributor

The code expects these leafs to always exist. If they are not set, the daemon would crash. CLI always sets them, but we should properly mark them as mandatory/default to prevent them from being missed when using the API.

The code expects these leafs to always exist. If they are not set, the
daemon would crash. CLI always sets them, but we should properly mark
them as mandatory/default to prevent them from being missed when using
the API.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
@idryzhov
Copy link
Contributor Author

@Mergifyio backport dev/10.0

Copy link

mergify bot commented Feb 25, 2024

backport dev/10.0

✅ Backports have been created

@ton31337 ton31337 added this to the 10.0 milestone Feb 26, 2024
@ton31337 ton31337 merged commit 2bc8ae0 into FRRouting:master Feb 26, 2024
15 checks passed
idryzhov added a commit that referenced this pull request Feb 26, 2024
bgpd, yang: fix missing mandatory/default statements on some leafs (backport #15426)
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.

2 participants