The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NET_DEFAULT_IF_DUMMY

Dummy testing interface

Type: bool

Direct dependencies

NET_L2_DUMMY && <choice: Default Network Interface>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/net/ip/Kconfig:529

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack → Default Network Interface

config NET_DEFAULT_IF_DUMMY
    bool
    prompt "Dummy testing interface" if NET_L2_DUMMY && <choice: Default Network Interface>
    depends on NET_L2_DUMMY && <choice: Default Network Interface>

(Definitions include propagated dependencies, including from if’s and menus.)