Skip to content

Commit 6a0190b

Browse files
vcgomesTomasz Bursztyka
authored andcommitted
samples/zoap_client: 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: I76226db9c587f1b5e9613244adab8f916ad94013 Signed-off-by: Vinicius Costa Gomes <[email protected]>
1 parent 0637511 commit 6a0190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/zoap_client/prj.conf

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

0 commit comments

Comments
 (0)