Add an overlay-capture.conf file that can be used to allow network packet capturing in this sample app. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
CONFIG_NET_CAPTURE=y
|
|
|
|
# These might need adjustment if you have more than
|
|
# two network interfaces.
|
|
CONFIG_NET_IF_MAX_IPV6_COUNT=3
|
|
CONFIG_NET_IF_MAX_IPV4_COUNT=3
|
|
CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=2
|
|
CONFIG_NET_IF_UNICAST_IPV6_ADDR_COUNT=4
|