mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-14 21:11:55 +00:00
When using SLIP for TAP networking between guest and host, the correct option is CONFIG_NET_SLIP_TAP. CONFIG_SLIP_TAP only enables it on the SLIP side, it should be enabled on the networking stack, as well. Change-Id: I76226db9c587f1b5e9613244adab8f916ad94013 Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com>
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_IPV4=y
|
|
CONFIG_NET_IPV6=y
|
|
CONFIG_NET_LOG=y
|
|
CONFIG_NET_SLIP=y
|
|
CONFIG_NET_UDP=y
|
|
CONFIG_NET_SLIP_TAP=y
|
|
CONFIG_SYS_LOG=y
|
|
CONFIG_SYS_LOG_SHOW_COLOR=y
|
|
CONFIG_RANDOM_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_ZOAP=y
|