FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_lldp_config_t Struct Reference

configure global parameter for LLDP More...

Data Fields

u32 client_index
 
u32 context
 
u32 tx_hold
 
u32 tx_interval
 
string system_name []
 

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 29 of file lldp.api.

Field Documentation

◆ client_index

u32 vl_api_lldp_config_t::client_index

Definition at line 31 of file lldp.api.

◆ context

u32 vl_api_lldp_config_t::context

Definition at line 32 of file lldp.api.

◆ system_name

string vl_api_lldp_config_t::system_name[]

Definition at line 35 of file lldp.api.

◆ tx_hold

u32 vl_api_lldp_config_t::tx_hold

Definition at line 33 of file lldp.api.

◆ tx_interval

u32 vl_api_lldp_config_t::tx_interval

Definition at line 34 of file lldp.api.


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