Skip to content

Commit

Permalink
tests: net: shell: Increase number of IP address structs
Browse files Browse the repository at this point in the history
A warning is printed in start of the test about this.
Increase CONFIG_NET_IF_MAX_IPV6_COUNT=2 and
CONFIG_NET_IF_MAX_IPV4_COUNT=2 so that the tests pass
in frdm_k64f and some other boards.

Fixes zephyrproject-rtos#66020

Signed-off-by: Jukka Rissanen <[email protected]>
  • Loading branch information
jukkar authored and henrikbrixandersen committed Dec 4, 2023
1 parent 3783a7e commit af610bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/net/shell/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ CONFIG_NET_SHELL=y
CONFIG_LOG_PRINTK=n
CONFIG_SHELL_BACKEND_DUMMY=y
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_NET_IF_MAX_IPV6_COUNT=2
CONFIG_NET_IF_MAX_IPV4_COUNT=2

0 comments on commit af610bb

Please sign in to comment.