Skip to content

Commit ff801c6

Browse files
rluboskartben
authored andcommitted
tests: net: socket: af_packet: Increase IPv4 context instance count
Test suite prints a warning on boot about not enough IPv4 context instances compared to the number of interfaces, therefore adjust the config value to get rid of it. Signed-off-by: Robert Lubos <[email protected]>
1 parent 76605f8 commit ff801c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/net/socket/af_packet/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ CONFIG_NET_LOG=y
2121
CONFIG_TEST_USERSPACE=y
2222
CONFIG_NET_MAX_CONTEXTS=8
2323
CONFIG_NET_MAX_CONN=8
24+
CONFIG_NET_IF_MAX_IPV4_COUNT=2
2425

2526
CONFIG_MAIN_STACK_SIZE=1024

0 commit comments

Comments
 (0)