Skip to content

Commit 65cf8c7

Browse files
vcgomesTomasz Bursztyka
authored andcommitted
samples/zoap_server: Use the correct option for TAP
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: Ie1dacd07eb5a0891a572b08268a865f05a373690 Signed-off-by: Vinicius Costa Gomes <[email protected]>
1 parent 6a0190b commit 65cf8c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/zoap_server/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CONFIG_NET_IPV6=y
44
CONFIG_NET_LOG=y
55
CONFIG_NET_SLIP=y
66
CONFIG_NET_UDP=y
7-
CONFIG_SLIP_TAP=y
7+
CONFIG_NET_SLIP_TAP=y
88
CONFIG_SYS_LOG=y
99
CONFIG_SYS_LOG_SHOW_COLOR=y
1010
CONFIG_RANDOM_GENERATOR=y

0 commit comments

Comments
 (0)