Skip to content

Promiscuous mode net sample cannot be build #14608

@laperie

Description

@laperie

Describe the bug
The subject says it all ..

To Reproduce
Steps to reproduce the behavior:

  1. cd zephyr/samples/net/promiscuous_mode && mkdir build && cd build
  2. cmake -DBOARD=qemu_x86 ..
  3. make run
  4. See error
    ...
    [ 7%] Building C object CMakeFiles/app.dir/src/main.c.obj
    zephyr/zephyr/samples/net/promiscuous_mode/src/main.c:17:10: fatal error: net/tcp.h: No such file or directory
    #include <net/tcp.h>
    ^~~~~~~~~~~
    compilation terminated.

Expected behavior
Compilation successful

Impact
obvious

Environment (please complete the following information):
Linux/ SDK 0.10.0

Metadata

Metadata

Assignees

Labels

area: NetworkingbugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions