-
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¶
- 30 if
NET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/ethernet/lldp/Kconfig:26
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:80
→ subsys/net/l2/Kconfig:72
→ subsys/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)" ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
range 1 3600 ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
default 30 ifNET_LLDP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_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.)