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

coap_address.c: do not enable IPV4 broadcast as multicast with Zephyr #1218

Merged
merged 1 commit into from
Sep 4, 2023

Conversation

hasheddan
Copy link
Contributor

Adds a check to ensure IPV4 broadcast as multicast is not enabled when using Zephyr as it will break builds with Zephyr's minimal libc, which is missing ifaddr.h.

Fixes #1217

Adds a check to ensure IPV4 broadcast as multicast is not enabled when
using Zephyr as it will break builds with Zephyr's minimal libc, which
is missing ifaddr.h.

Signed-off-by: Daniel Mangum <[email protected]>
@mrdeep1
Copy link
Collaborator

mrdeep1 commented Sep 4, 2023

I would like to make the fix more generic (i.e. other build environments that don't have ifaddr.h), but this is a safe fix for Zephyr.

@mrdeep1 mrdeep1 merged commit 9e24d22 into obgm:develop Sep 4, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build issue with ifaddr.h
2 participants