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

lib, mgmtd: fix missing embedded modules #15291

Merged
merged 2 commits into from
Feb 5, 2024

Conversation

idryzhov
Copy link
Contributor

@idryzhov idryzhov commented Feb 3, 2024

Fixes the following warnings:

MGMTD: [HG1WF-2N96F] YANG model "ietf-yang-metadata@*" "*@*"not embedded, trying external file
MGMTD: [HG1WF-2N96F] YANG model "frr-zebra-route-map@*" "*@*"not embedded, trying external file

@frrbot frrbot bot added libfrr mgmt FRR Management Infra labels Feb 3, 2024
@ton31337 ton31337 added this to the 10.0 milestone Feb 4, 2024
We don't need to manually load built-in modules. This fixes the
following warning in mgmtd:
```
YANG model "ietf-yang-metadata@*" "*@*"not embedded, trying external file
```

Signed-off-by: Igor Ryzhov <[email protected]>
All used modules should be embedded to ensure work on all operating
systems.

Signed-off-by: Igor Ryzhov <[email protected]>
@donaldsharp donaldsharp merged commit cac925f into FRRouting:master Feb 5, 2024
9 checks passed
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.

3 participants