FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
vl_api_map_param_get_reply_t Struct Reference

Reply for map_param_get request. More...

Data Fields

u32 context
 
i32 retval
 
u8 frag_inner
 
u8 frag_ignore_df
 
vl_api_ip4_address_t icmp_ip4_err_relay_src
 
bool icmp6_enable_unreachable
 
vl_api_ip4_address_t ip4_nh_address
 
vl_api_ip6_address_t ip6_nh_address
 
u16 ip4_lifetime_ms
 
u16 ip4_pool_size
 
u32 ip4_buffers
 
f64 ip4_ht_ratio
 
u16 ip6_lifetime_ms
 
u16 ip6_pool_size
 
u32 ip6_buffers
 
f64 ip6_ht_ratio
 
bool sec_check_enable
 
bool sec_check_fragments
 
bool tc_copy
 
u8 tc_class
 

Detailed Description

Reply for map_param_get request.

Template Parameters
context- sender context, to match reply w/ request
retval- return code for request
inner- 1=frag inner packet, 0=frag tunnel packets, ~0=untouched
ignore_df- 1=IP4 fragm despite DF bit, 0=honor DF, ~0=untouched
icmp_ip4_err_relay_src- IPv4 ICMP err relay src address
icmp6_enable_unreachable- 1 = send ICMP unreachable err msgs
ip4_nh_address- direct IP4 next-hop address
ip6_nh_address- direct IP6 next-hop address
ip4_lifetime_ms- reassembly valid lifetime, or ~0
ip4_pool_size- max number of reassemblies, or ~0
ip4_buffers- max number of reassembly buffers, or ~0
ip4_ht_ratio- reassembly valid lifetime, or ~0
ip6_lifetime_ms- max number of reassemblies, or ~0
ip6_pool_size- max number of reassemblies, or ~0
ip6_buffers- max number of reassembly buffers, or ~0
ip6_ht_ratio- hash-table size factor, or ~0
sec_check_enable- 1=enable security check on first inbound packet
sec_check_fragments- 1=enable check on (subsequent) fragments too
tc_copy- 1 = copy packet class/TOS field, 0 = use class instead
tc_class- class field value when copy == 0

Definition at line 342 of file map.api.

Field Documentation

u32 vl_api_map_param_get_reply_t::context

Definition at line 344 of file map.api.

u8 vl_api_map_param_get_reply_t::frag_ignore_df

Definition at line 347 of file map.api.

u8 vl_api_map_param_get_reply_t::frag_inner

Definition at line 346 of file map.api.

bool vl_api_map_param_get_reply_t::icmp6_enable_unreachable

Definition at line 349 of file map.api.

vl_api_ip4_address_t vl_api_map_param_get_reply_t::icmp_ip4_err_relay_src

Definition at line 348 of file map.api.

u32 vl_api_map_param_get_reply_t::ip4_buffers

Definition at line 354 of file map.api.

f64 vl_api_map_param_get_reply_t::ip4_ht_ratio

Definition at line 355 of file map.api.

u16 vl_api_map_param_get_reply_t::ip4_lifetime_ms

Definition at line 352 of file map.api.

vl_api_ip4_address_t vl_api_map_param_get_reply_t::ip4_nh_address

Definition at line 350 of file map.api.

u16 vl_api_map_param_get_reply_t::ip4_pool_size

Definition at line 353 of file map.api.

u32 vl_api_map_param_get_reply_t::ip6_buffers

Definition at line 358 of file map.api.

f64 vl_api_map_param_get_reply_t::ip6_ht_ratio

Definition at line 359 of file map.api.

u16 vl_api_map_param_get_reply_t::ip6_lifetime_ms

Definition at line 356 of file map.api.

vl_api_ip6_address_t vl_api_map_param_get_reply_t::ip6_nh_address

Definition at line 351 of file map.api.

u16 vl_api_map_param_get_reply_t::ip6_pool_size

Definition at line 357 of file map.api.

i32 vl_api_map_param_get_reply_t::retval

Definition at line 345 of file map.api.

bool vl_api_map_param_get_reply_t::sec_check_enable

Definition at line 360 of file map.api.

bool vl_api_map_param_get_reply_t::sec_check_fragments

Definition at line 361 of file map.api.

u8 vl_api_map_param_get_reply_t::tc_class

Definition at line 363 of file map.api.

bool vl_api_map_param_get_reply_t::tc_copy

Definition at line 362 of file map.api.


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