-
CONFIG_NET_MGMT_EVENT
¶
Add support for runtime network event notifications
Type: bool
Help¶
This adds support for the stack to notify events towards any relevant listener. This can be necessary when application (or else) needs to be notified on a specific network event (ip address change for instance) to trigger some related work.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.mgmt:16
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:566
Menu path: (top menu) → Networking → IP stack → Network Management API
config NET_MGMT_EVENT bool prompt "Add support for runtime network event notifications" ifNET_MGMT
&&NETWORKING
depends onNET_MGMT
&&NETWORKING
help This adds support for the stack to notify events towards any relevant listener. This can be necessary when application (or else) needs to be notified on a specific network event (ip address change for instance) to trigger some related work.
(Definitions include propagated dependencies, including from if’s and menus.)