Skip to content

net: context: Verify if CONFIG_NET_SOCKETS_PACKET_DGRAM is enabled #90603

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

Merged

Conversation

rlubos
Copy link
Collaborator

@rlubos rlubos commented May 26, 2025

Verify if CONFIG_NET_SOCKETS_PACKET_DGRAM is enabled when creating a datagram packet socket. Otherwise, it's possible to create non-functional AF_PACKET/SOCK_DGRAM socket w/o an error.

Verify if CONFIG_NET_SOCKETS_PACKET_DGRAM is enabled when creating a
datagram packet socket. Otherwise, it's possible to create
non-functional AF_PACKET/SOCK_DGRAM socket w/o an error.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Copy link

@kartben kartben merged commit c26f394 into zephyrproject-rtos:main May 28, 2025
28 checks passed
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.

4 participants