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

isisd: staticd: need to link directly against libyang #14664

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

choppsv1
Copy link
Contributor

No description provided.

@ton31337
Copy link
Member

@Mergifyio backport dev/9.1 stable/9.0

@mergify
Copy link

mergify bot commented Oct 27, 2023

backport dev/9.1 stable/9.0

✅ Backports have been created

@ton31337 ton31337 merged commit 2f6fd43 into FRRouting:master Oct 27, 2023
80 checks passed
@idryzhov
Copy link
Contributor

idryzhov commented Oct 27, 2023

I know this is merged, just trying to clarify – why only isisd and staticd? What's different about these daemons? I don't see such linking in ripd, bfdd, etc.

@choppsv1
Copy link
Contributor Author

I know this is merged, just trying to clarify – why only isisd and staticd? What's different about these daemons? I don't see such linking in ripd, bfdd, etc.

Almost all uses of libyang happen in libfrr which is already linked against libyang. These daemons used a couple static inline "getter" functions (e.g., lyd_parent(node)) directly. Those libyang static inline functions were recently moved to be non-static non-inline and so isisd and staticd failed to link.

donaldsharp added a commit that referenced this pull request Oct 27, 2023
isisd: staticd: need to link directly against libyang (backport #14664)
@idryzhov
Copy link
Contributor

Thanks. Maybe it would be better to have wrappers for such functions in libfrr instead of additional linking, but it's not a big deal.

ton31337 added a commit that referenced this pull request Oct 27, 2023
isisd: staticd: need to link directly against libyang (backport #14664)
@choppsv1 choppsv1 deleted the chopps/ly2-ld-fix branch November 10, 2023 15:40
@choppsv1
Copy link
Contributor Author

@Mergifyio backport stable/8.5

Copy link

mergify bot commented Jan 12, 2024

backport stable/8.5

✅ Backports have been created

@choppsv1
Copy link
Contributor Author

@Mergifyio backport stable/8.4

Copy link

mergify bot commented Jan 12, 2024

backport stable/8.4

✅ Backports have been created

@choppsv1
Copy link
Contributor Author

@Mergifyio backport stable/8.3

Copy link

mergify bot commented Jan 12, 2024

backport stable/8.3

✅ Backports have been created

@choppsv1
Copy link
Contributor Author

@Mergifyio backport stable/8.2

Copy link

mergify bot commented Jan 12, 2024

backport stable/8.2

✅ Backports have been created

donaldsharp added a commit that referenced this pull request Jan 16, 2024
isisd: staticd: need to link directly against libyang (backport #14664)
donaldsharp added a commit that referenced this pull request Jan 16, 2024
isisd: staticd: need to link directly against libyang (backport #14664)
donaldsharp added a commit that referenced this pull request Jan 16, 2024
isisd: staticd: need to link directly against libyang (backport #14664)
donaldsharp added a commit that referenced this pull request Jan 16, 2024
isisd: staticd: need to link directly against libyang (backport #14664)
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.

3 participants