net: tests: Fix unit test for IP utils
Change-Id: I7e14ec17656fdcc985000dba6fb67e90a053dfde Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
21a491c065
commit
e04639cb66
2 changed files with 2 additions and 2 deletions
|
@ -10,6 +10,6 @@ CONFIG_NET_NBUF_DATA_COUNT=7
|
|||
CONFIG_NET_LOG=y
|
||||
CONFIG_SYS_LOG_SHOW_COLOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NET_IFACE_UNICAST_IPV6_ADDR_COUNT=3
|
||||
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=3
|
||||
CONFIG_NETWORK_IP_STACK_DEBUG_UTILS=y
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <net/net_core.h>
|
||||
#include <net/nbuf.h>
|
||||
#include <net/net_ip.h>
|
||||
#include <net/arp.h>
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#define NET_DEBUG 1
|
||||
#include "net_private.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue