:orphan: .. title:: NET_HOSTNAME_UNIQUE_UPDATE .. option:: CONFIG_NET_HOSTNAME_UNIQUE_UPDATE *Update unique hostname* Type: ``bool`` Help ==== This will update the unique hostname on link address changes. By default, this option is disabled, which means the unique hostname is set once at start-up and is not updated afterwards. Direct dependencies =================== \ :option:`NET_HOSTNAME_UNIQUE ` && \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/Kconfig.hostname:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:83`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Add hostname to the device → Make hostname unique .. parsed-literal:: config NET_HOSTNAME_UNIQUE_UPDATE bool "Update unique hostname" depends on \ :option:`NET_HOSTNAME_UNIQUE ` && \ :option:`NET_HOSTNAME_ENABLE ` && \ :option:`NETWORKING ` help This will update the unique hostname on link address changes. By default, this option is disabled, which means the unique hostname is set once at start-up and is not updated afterwards. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*