Skip to content

Commit

Permalink
tests: net: all: Enable CONFIG_NET_IPV6_ND_LOG_LEVEL
Browse files Browse the repository at this point in the history
Make sure build-all smoke test enables IPv6 ND logging.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos authored and aescolar committed Mar 21, 2024
1 parent 239d718 commit 8731c8e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/net/all/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ CONFIG_NET_IPV6_ND=y
CONFIG_NET_IPV6_DAD=y
CONFIG_NET_IPV6_RA_RDNSS=y
CONFIG_NET_IPV6_LOG_LEVEL_DBG=y
CONFIG_NET_IPV6_ND_LOG_LEVEL_DBG=y
CONFIG_NET_IPV6_NBR_CACHE_LOG_LEVEL_DBG=y
CONFIG_NET_ICMPV6_LOG_LEVEL_DBG=y

Expand Down Expand Up @@ -563,6 +564,11 @@ CONFIG_SHELL_MQTT_INIT_LOG_LEVEL_ERR=y
#CONFIG_NET_IPV6_LOG_LEVEL_INF
#CONFIG_NET_IPV6_LOG_LEVEL_OFF
#CONFIG_NET_IPV6_LOG_LEVEL_WRN
#CONFIG_NET_IPV6_ND_LOG_LEVEL_DEFAULT
#CONFIG_NET_IPV6_ND_LOG_LEVEL_ERR
#CONFIG_NET_IPV6_ND_LOG_LEVEL_INF
#CONFIG_NET_IPV6_ND_LOG_LEVEL_OFF
#CONFIG_NET_IPV6_ND_LOG_LEVEL_WRN
#CONFIG_NET_IPV6_NBR_CACHE_LOG_LEVEL_DEFAULT
#CONFIG_NET_IPV6_NBR_CACHE_LOG_LEVEL_ERR
#CONFIG_NET_IPV6_NBR_CACHE_LOG_LEVEL_INF
Expand Down

0 comments on commit 8731c8e

Please sign in to comment.