FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vl_api_syslog_set_sender_t Struct Reference

Set syslog sender configuration. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_ip4_address_t src_address
 
vl_api_ip4_address_t collector_address
 
u16 collector_port
 
u32 vrf_id
 
u32 max_msg_size
 

Detailed Description

Set syslog sender configuration.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
src_address- IPv4 address of syslog sender (source)
collector_address- IPv4 address of syslog collector (destination)
collector_port- UDP port of syslog colector (destination)
vrf_id- VRF/FIB table ID
max_msg_size- maximum message length

Definition at line 40 of file syslog.api.

Field Documentation

u32 vl_api_syslog_set_sender_t::client_index

Definition at line 42 of file syslog.api.

vl_api_ip4_address_t vl_api_syslog_set_sender_t::collector_address

Definition at line 45 of file syslog.api.

u16 vl_api_syslog_set_sender_t::collector_port

Definition at line 46 of file syslog.api.

u32 vl_api_syslog_set_sender_t::context

Definition at line 43 of file syslog.api.

u32 vl_api_syslog_set_sender_t::max_msg_size

Definition at line 48 of file syslog.api.

vl_api_ip4_address_t vl_api_syslog_set_sender_t::src_address

Definition at line 44 of file syslog.api.

u32 vl_api_syslog_set_sender_t::vrf_id

Definition at line 47 of file syslog.api.


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