Skip to content

Commit 690140b

Browse files
rlubosfabiobaltieri
authored andcommitted
tests: net: socket: tcp: Disable IPv6 ND
There is a test case which verifies that no new packets show up on the interface, assuming that the only source of the packets is TCP stack. ND protocol could interfere with that assumption, sending advertisements. Signed-off-by: Robert Lubos <[email protected]>
1 parent 4792158 commit 690140b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/socket/tcp/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CONFIG_NEWLIB_LIBC=y
88
CONFIG_NETWORKING=y
99
CONFIG_NET_IPV4=y
1010
CONFIG_NET_IPV6=y
11+
CONFIG_NET_IPV6_ND=n
1112
CONFIG_NET_TCP=y
1213
CONFIG_NET_SOCKETS=y
1314
CONFIG_NET_SOCKETS_POSIX_NAMES=y

0 commit comments

Comments
 (0)