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

Time between transmissions in seconds (msgTxInterval)

Type: int

Help

Interval between transmissions of LLDPDUs during normal (non-fast mode) transmission periods. For further information please refer to section 9.2.5.7 of the LLDP spec.

Direct dependencies

NET_LLDP && NET_L2_ETHERNET && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/l2/ethernet/lldp/Kconfig:26

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:72subsys/net/l2/ethernet/Kconfig:80

Menu path: (top menu) → Networking → Link layer options → Enable Ethernet support → Link Layer Discovery Protocol (LLDP) options

config NET_LLDP_TX_INTERVAL
    int
    prompt "Time between transmissions in seconds (msgTxInterval)" if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    range 1 3600 if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    default 30 if NET_LLDP && NET_L2_ETHERNET && NETWORKING
    depends on NET_LLDP && NET_L2_ETHERNET && NETWORKING
    help
      Interval between transmissions of LLDPDUs during normal
      (non-fast mode) transmission periods. For further information
      please refer to section 9.2.5.7 of the LLDP spec.

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