FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_lldp_config_t Struct Reference

configure global parameter for LLDP More...

Data Fields

u32 client_index
 
u32 context
 
u8 system_name [256]
 
u32 tx_hold
 
u32 tx_interval
 

Detailed Description

configure global parameter for LLDP

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
system_name- VPP system name
tx_hold- multiplier for tx_interval when setting time-to-live (TTL) value in the LLDP packets
tx_interval- time interval, in seconds, between each LLDP frames

Definition at line 26 of file lldp.api.

Field Documentation

◆ client_index

u32 vl_api_lldp_config_t::client_index

Definition at line 28 of file lldp.api.

◆ context

u32 vl_api_lldp_config_t::context

Definition at line 29 of file lldp.api.

◆ system_name

u8 vl_api_lldp_config_t::system_name[256]

Definition at line 30 of file lldp.api.

◆ tx_hold

u32 vl_api_lldp_config_t::tx_hold

Definition at line 31 of file lldp.api.

◆ tx_interval

u32 vl_api_lldp_config_t::tx_interval

Definition at line 32 of file lldp.api.


The documentation for this struct was generated from the following file: