:orphan: .. title:: ETH_NATIVE_POSIX_DEV_NAME .. option:: CONFIG_ETH_NATIVE_POSIX_DEV_NAME *Host ethernet TUN/TAP device name* Type: ``string`` Help ==== This option sets the TUN/TAP device name in your host system. Direct dependencies =================== \ :option:`ETH_NATIVE_POSIX ` && \ :option:`NET_L2_ETHERNET ` *(Includes any dependencies from ifs and menus.)* Default ======= - "/dev/net/tun" Kconfig definition ================== .. highlight:: kconfig At ``drivers/ethernet/Kconfig.native_posix:88`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:20`` → ``drivers/ethernet/Kconfig:54`` Menu path: (Top) → Device Drivers → Ethernet Drivers → Native Posix Ethernet driver .. parsed-literal:: config ETH_NATIVE_POSIX_DEV_NAME string "Host ethernet TUN/TAP device name" default "/dev/net/tun" depends on \ :option:`ETH_NATIVE_POSIX ` && \ :option:`NET_L2_ETHERNET ` help This option sets the TUN/TAP device name in your host system. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*