21 lines
525 B
Plaintext
21 lines
525 B
Plaintext
# Private config options for capture sample app
|
|
|
|
# Copyright (c) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "Networking capture sample application"
|
|
|
|
config NET_SAMPLE_TUNNEL_PEER_ADDR
|
|
string "Remote IP address of the tunnel interface"
|
|
depends on NET_L2_IPIP
|
|
help
|
|
Use overlay-tunnel.conf to setup the tunnel support.
|
|
|
|
config NET_SAMPLE_TUNNEL_MY_ADDR
|
|
string "My address for tunnel interface"
|
|
depends on NET_L2_IPIP
|
|
help
|
|
The value depends on your network setup.
|
|
|
|
source "Kconfig.zephyr"
|