-
CONFIG_NET_IF_USERSPACE_ACCESS
¶
Allow userspace app to manipulate network interface
Type: bool
Help¶
Only enable this if you want a userspace application to manipulate network interface. Currently this is limited to add or remove IP addresses. By default this is not allowed.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/ip/Kconfig:598
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:80
Menu path: (Top) → Networking → Link layer and IP networking support → IP stack
config NET_IF_USERSPACE_ACCESS bool "Allow userspace app to manipulate network interface" depends onUSERSPACE
&&NETWORKING
help Only enable this if you want a userspace application to manipulate network interface. Currently this is limited to add or remove IP addresses. By default this is not allowed.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)